summaryrefslogtreecommitdiff
path: root/graphics/libart_lgpl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 04:46:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-22 04:46:36 +0000
commit0874a464094102ad4dc553e7db14969221c7cf95 (patch)
tree316c72268fa0edde5c158a669c6eb69de6eddfb6 /graphics/libart_lgpl
parentConvert to new GNOME infrastructure. (diff)
Convert to new GNOME infrastructure.
Notes
Notes: svn path=/head/; revision=79435
Diffstat (limited to 'graphics/libart_lgpl')
-rw-r--r--graphics/libart_lgpl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index 2c0f4090384d..4481dc84076c 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -22,11 +22,7 @@ RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
USE_BZIP2= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
+USE_GNOME= gnomehack gnometarget
USE_LIBTOOL= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-pre-patch:
- @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk>