Date: Thu, 19 Jun 2014 15:48:40 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358432 - head/graphics/libvisual04-plugins Message-ID: <201406191548.s5JFme75001182@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Thu Jun 19 15:48:40 2014 New Revision: 358432 URL: http://svnweb.freebsd.org/changeset/ports/358432 QAT: https://qat.redports.org/buildarchive/r358432/ Log: Stagify. Use new lib_depend syntax and USES=libtool:keepla Approved by: portmgr (general blanket) Modified: head/graphics/libvisual04-plugins/Makefile Modified: head/graphics/libvisual04-plugins/Makefile ============================================================================== --- head/graphics/libvisual04-plugins/Makefile Thu Jun 19 15:34:46 2014 (r358431) +++ head/graphics/libvisual04-plugins/Makefile Thu Jun 19 15:48:40 2014 (r358432) @@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${PKGNAMESUFFIX:C/ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Set of plugins for the libvisual framework -LIB_DEPENDS= visual-${MAJORMINOR}:${PORTSDIR}/graphics/libvisual04 +LIB_DEPENDS= libvisual-${MAJORMINOR}.so:${PORTSDIR}/graphics/libvisual04 -USES= pkgconfig +USES= libtool:keepla pkgconfig USE_GL= yes USE_XORG= x11 GNU_CONFIGURE= yes @@ -34,7 +34,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}-${P PLIST_SUB= PLUGINS_BASE_DIR=${LOCALBASE}/lib/${PORTNAME}-${MAJORMINOR} \ DATADIR_REL=${DATADIR_REL} -NO_STAGE= yes pre-configure: # /usr/bin/objformat is obsolete, hardcode the object format @${REINPLACE_CMD} -e 's,objformat=.*,objformat=elf,' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406191548.s5JFme75001182>