diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-17 22:02:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-17 22:02:35 +0800 |
commit | e92b532a98dd6406573cacdbccc6066ab332489c (patch) | |
tree | b84a7ef925997fda2e6cb964c031af4076f86d34 /audio/xsidplay/Makefile | |
parent | 05fe6af6f68d56e1def8be8e364e2f1e41da94cc (diff) | |
download | freebsd-ports-gnome-e92b532a98dd6406573cacdbccc6066ab332489c.tar.gz freebsd-ports-gnome-e92b532a98dd6406573cacdbccc6066ab332489c.tar.zst freebsd-ports-gnome-e92b532a98dd6406573cacdbccc6066ab332489c.zip |
Updates the port to the latest version.
PR: 25529
Submitted by: anders@fix.no
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" |