summaryrefslogtreecommitdiffstats
path: root/audio/marlin/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-18 01:51:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-18 01:51:23 +0800
commit2d33609538572c7ad423ea9fd55c791436e87c0b (patch)
treea074def112f03c96836bbcee97cd4030150311c6 /audio/marlin/Makefile
parent0f0ffe89a95fd37625fab57d588562764e20e804 (diff)
downloadmarcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar.gz
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar.bz2
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar.lz
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar.xz
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.tar.zst
marcuscom-ports-2d33609538572c7ad423ea9fd55c791436e87c0b.zip
Fix build on -STABLE, and clean up the Makefile some.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1340 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/marlin/Makefile')
-rw-r--r--audio/marlin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile
index e2c1ad9b8..3d7f9015a 100644
--- a/audio/marlin/Makefile
+++ b/audio/marlin/Makefile
@@ -19,11 +19,10 @@ LIB_DEPENDS= gstplay-0.7.1:${PORTSDIR}/multimedia/gstreamer-plugins \
USE_X_PREFIX= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack
+USE_GNOME= gnomeprefix gnomehack gnometarget
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lcam"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -lcam"
.include <bsd.port.mk>