aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-efxmms
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /audio/xmms-efxmms
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=156749
Diffstat (limited to 'audio/xmms-efxmms')
-rw-r--r--audio/xmms-efxmms/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms-efxmms/Makefile b/audio/xmms-efxmms/Makefile
index 4e1051f8d48b..d70925ac868f 100644
--- a/audio/xmms-efxmms/Makefile
+++ b/audio/xmms-efxmms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms-efxmms
PORTVERSION= 0.0.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= efxmms
@@ -21,8 +22,9 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
-USE_AUTOTOOLS= libtool:13:inc
+GNU_CONFIGURE= yes
-PLIST_FILES= lib/xmms/Effect/libefx.so
+PLIST_FILES= lib/xmms/Effect/libefx.la \
+ lib/xmms/Effect/libefx.so
.include <bsd.port.mk>