diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /audio/xmms-xymms | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'audio/xmms-xymms')
-rw-r--r-- | audio/xmms-xymms/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/xmms-xymms/Makefile b/audio/xmms-xymms/Makefile index b3f26c3727d1..0401863c0f45 100644 --- a/audio/xmms-xymms/Makefile +++ b/audio/xmms-xymms/Makefile @@ -7,6 +7,7 @@ PORTNAME= xymms DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,12 +20,15 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" -PLIST_FILES= lib/xmms/Input/libxymms.so %%EXAMPLESDIR%%/sample.gym +PLIST_FILES= lib/xmms/Input/libxymms.a \ + lib/xmms/Input/libxymms.la \ + lib/xmms/Input/libxymms.so \ + %%EXAMPLESDIR%%/sample.gym PLIST_DIRS= %%EXAMPLESDIR%% post-patch: |