diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-02-16 20:17:56 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-02-16 20:17:56 +0000 |
commit | e55fa0d5ef9ffca65ebe0ad2ae5177442b342689 (patch) | |
tree | b524d061caafcd59b3090bad29f10508fc5977a8 /audio/libsidplay2 | |
parent | 97d8ffc3929e57b372418521a187f14cfcea9d91 (diff) |
Notes
Diffstat (limited to 'audio/libsidplay2')
-rw-r--r-- | audio/libsidplay2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index b4ee46026860..cdf80804231b 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -3,13 +3,13 @@ PORTNAME= libsidplay2 PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio emulators MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION} DISTNAME= sidplay-libs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Library to play Commodore 64 SID-tunes cycle accurate +COMMENT= Library to play Commodore 64 SID-tunes cycle accurately USES= gmake pathfix pkgconfig USE_AUTOTOOLS= libtool @@ -18,7 +18,7 @@ LIBTOOLFILES= builders/hardsid-builder/configure \ libsidplay/configure \ libsidutils/configure \ resid/configure -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/sidplay/builders post-patch: @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \ |