diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-20 07:36:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-20 07:36:43 +0000 |
commit | 2c4e35318b4bc8a41b867ffa5fff17dd2cdc6a43 (patch) | |
tree | d8a8ee6db8ce38f626b02d35b1c9263660db147c /audio/xmms-sndfile | |
parent | cb09ddb434ce9f849f21a587c82551dcda899f16 (diff) | |
download | ports-2c4e35318b4bc8a41b867ffa5fff17dd2cdc6a43.tar.gz ports-2c4e35318b4bc8a41b867ffa5fff17dd2cdc6a43.zip |
Notes
Diffstat (limited to 'audio/xmms-sndfile')
-rw-r--r-- | audio/xmms-sndfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index d51e9b96e568..166672f11e51 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -7,13 +7,14 @@ PORTNAME= xmms-sndfile PORTVERSION= 1.0.p6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.zipworld.com.au/~erikd/XMMS/ DISTNAME= xmms_sndfile-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com -LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile \ +LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ xmms.3:${PORTSDIR}/audio/xmms CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" |