aboutsummaryrefslogtreecommitdiff
path: root/net/linc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-25 07:26:13 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-25 07:26:13 +0000
commit664a028d8c0821d678ad50489d0004baaa676b1e (patch)
treeefef241cc34f7e910c4fe9cb42bf77a29f4f9ce4 /net/linc
parent15bd8026f5a769aa78b75f067c0632b626340206 (diff)
downloadports-664a028d8c0821d678ad50489d0004baaa676b1e.tar.gz
ports-664a028d8c0821d678ad50489d0004baaa676b1e.zip
Notes
Diffstat (limited to 'net/linc')
-rw-r--r--net/linc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
index 11e4b6dbf92c..8b1356323744 100644
--- a/net/linc/Makefile
+++ b/net/linc/Makefile
@@ -19,6 +19,8 @@ LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20
USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
@@ -27,8 +29,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
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>