diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 22:15:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 22:15:47 +0000 |
commit | 7f1a7b52d5ea03ad79406b05dee0cccfa7537422 (patch) | |
tree | 2a4a788e652a08ac4d6a0f4db5a42deaf9b3f8d9 /audio/xmms-sapplug | |
parent | dc500014cef617570caf85c5f78c338af51fc4de (diff) |
Notes
Diffstat (limited to 'audio/xmms-sapplug')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index 36b393ad9551..6b902cd0caae 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -9,9 +9,8 @@ PORTNAME= xmms-sapplug DISTVERSION= 0.3f PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - ftp://ftp.atari.art.pl/stuff/audio/8bit-music-archive/sap/plugins/xmms/ +MASTER_SITES= ftp://ftp.atari.art.pl/stuff/audio/8bit-music-archive/sap/plugins/xmms/ \ + CRITICAL DISTNAME= sapplug-xmms-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org @@ -22,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes USE_GNOME= glib12 +USE_LDCONFIG= yes CXXFLAGS+= --no-exceptions WRKSRC= ${WRKDIR}/sapplug-${DISTVERSION} |