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-sexypsf/Makefile | |
parent | dc500014cef617570caf85c5f78c338af51fc4de (diff) | |
download | ports-7f1a7b52d5ea03ad79406b05dee0cccfa7537422.tar.gz ports-7f1a7b52d5ea03ad79406b05dee0cccfa7537422.zip |
Notes
Diffstat (limited to 'audio/xmms-sexypsf/Makefile')
-rw-r--r-- | audio/xmms-sexypsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-sexypsf/Makefile b/audio/xmms-sexypsf/Makefile index fa00798d8075..44a04d72ef9d 100644 --- a/audio/xmms-sexypsf/Makefile +++ b/audio/xmms-sexypsf/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 0.4.8 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/sexypsf/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= sexypsf-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org @@ -22,6 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_GNOME= gtk12 +USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC} -fPIC DEFINES= -DSPSFVERSION=\""${PORTVERSION}\"" -DPSS_STYLE=1 |