diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-17 14:02:35 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-03-17 14:02:35 +0000 |
commit | 5e0c39497ecf4b253e95db19b4d7fb082393c5ea (patch) | |
tree | efac391157791a59ef14f667b069163a041ebec6 /audio/xsidplay/Makefile | |
parent | b3012f7ceefdf3c08df88fba7babcc8259bf09a2 (diff) | |
download | ports-5e0c39497ecf4b253e95db19b4d7fb082393c5ea.tar.gz ports-5e0c39497ecf4b253e95db19b4d7fb082393c5ea.zip |
Notes
Diffstat (limited to 'audio/xsidplay/Makefile')
-rw-r--r-- | audio/xsidplay/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 19e5f8123993..b50e0a9b8faf 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xsidplay -PORTVERSION= 1.5.4 +PORTVERSION= 1.6b11 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \ http://www.freenix.no/~anders/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no @@ -25,11 +24,13 @@ USE_LIBTOOL= yes CONFIGURE_ENV= MOC="${X11BASE}/bin/moc2" CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ - --with-sidplay-includes=${LOCALBASE}/include \ - --with-sidplay-library=${LOCALBASE}/lib \ + --with-sidplay-inc=${LOCALBASE}/include \ + --with-sidplay-lib=${LOCALBASE}/lib \ --with-x-includes=${X11BASE}/include \ --with-x-libraries=${X11BASE}/lib +CFLAGS+= -D_THREAD_SAFE + .include <bsd.port.pre.mk> .if ${MACHINE_ARCH} == "alpha" |