diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 13:41:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 13:41:32 +0000 |
commit | 1827e477d51bfc4041a5e0b0e91ceede45907d19 (patch) | |
tree | 52c1acd1b441a94e2cd214f20140825641498e0e /audio/xmms-sndfile | |
parent | Update to 1.2.6. (diff) |
Chase xmms shared library version bump.
Diffstat (limited to 'audio/xmms-sndfile')
-rw-r--r-- | audio/xmms-sndfile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile index 13e206edac20..49300fc5b167 100644 --- a/audio/xmms-sndfile/Makefile +++ b/audio/xmms-sndfile/Makefile @@ -14,7 +14,7 @@ DISTNAME= xmms_sndfile-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com LIB_DEPENDS= sndfile.0:${PORTSDIR}/audio/libsndfile \ - xmms.2:${PORTSDIR}/audio/xmms + xmms.3:${PORTSDIR}/audio/xmms CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" |