svn commit: r358432 - head/graphics/libvisual04-plugins
Koop Mast
kwm at FreeBSD.org
Thu Jun 19 15:48:40 UTC 2014
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 at 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,' \
More information about the svn-ports-all
mailing list