diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-12 10:22:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-12 10:22:15 +0000 |
commit | 2c5fc26f153ce63b7f6a2c343bc4125a7c030c46 (patch) | |
tree | 2efe45127dd2330d3a8bc9f293d466b660d455d4 /audio/xmms-fc/Makefile | |
parent | e0bdb7bfac27ccdb58c54fd0389df66073f3c4e2 (diff) |
Notes
Diffstat (limited to 'audio/xmms-fc/Makefile')
-rw-r--r-- | audio/xmms-fc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile index ce8f4a771c10..e02fba27a2ea 100644 --- a/audio/xmms-fc/Makefile +++ b/audio/xmms-fc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmms-fc -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +17,7 @@ COMMENT= A XMMS future composer input plugin BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/libfc.so +PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gtk12 |