diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-05-05 23:16:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-05-05 23:16:21 +0000 |
commit | 9850fb94bceff10e994ba8913aa82f98efc7d949 (patch) | |
tree | b5556c48dd341efc52be0b40688248e08f11ee3a /audio/xmms-shn/Makefile | |
parent | 3bf88ba62e867960ec26c8cfdc9d284c5bcce418 (diff) | |
download | ports-9850fb94bceff10e994ba8913aa82f98efc7d949.tar.gz ports-9850fb94bceff10e994ba8913aa82f98efc7d949.zip |
Notes
Diffstat (limited to 'audio/xmms-shn/Makefile')
-rw-r--r-- | audio/xmms-shn/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index f53818583a25..39957459802b 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xmms-shn -PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/source/ @@ -19,12 +18,12 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=13 post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif #NOPORTDOCS +.endif .include <bsd.port.mk> |