diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-19 15:48:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-19 15:48:40 +0000 |
commit | cb4d46293c896981387125cc01d3f0ac5dc7118c (patch) | |
tree | 6d20d1f5e47a98a043d6f1bb7b67686a798b4e8a /graphics/libvisual04-plugins | |
parent | 32e076bf610e3793b3ef2fa5d6a4f4181dae2b8f (diff) |
Stagify.
Use new lib_depend syntax and USES=libtool:keepla
Approved by: portmgr (general blanket)
Notes
Notes:
svn path=/head/; revision=358432
Diffstat (limited to 'graphics/libvisual04-plugins')
-rw-r--r-- | graphics/libvisual04-plugins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index bf0832aeb49e..ccdea2569fcc 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -12,9 +12,9 @@ DISTNAME= ${PORTNAME}-${PKGNAMESUFFIX:C/.*-//}-${PORTVERSION} 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}-${PKGNAMESUFFIX:C/.*-//}-${MAJORMINOR} 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,' \ |