summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-30 18:26:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-30 18:26:23 +0000
commitbcbb29840d0e6d60e5caaeaf2a1531304ed81c6b (patch)
tree4ba1fe223c30d5698c0acd045996a6351682a3dc /audio
parent* Rearrange USE_GNOME (diff)
* Rearrange USE_GNOME
PR: 55051 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=85928
Diffstat (limited to 'audio')
-rw-r--r--audio/libsidplay2/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile
index 89fc631ad88c..eb2c3bb5ea6a 100644
--- a/audio/libsidplay2/Makefile
+++ b/audio/libsidplay2/Makefile
@@ -15,18 +15,12 @@ DISTNAME= sidplay-libs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-
-USE_REINPLACE= yes
+USE_GNOME= gnomehack gnometarget pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
${WRKSRC}/libsidutils/src/ini/ini.cpp