aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-05-26 03:21:22 +0800
committermarcus <marcus@FreeBSD.org>2002-05-26 03:21:22 +0800
commit90bc1168e56004bd0ed23115562cdb1f6a0f1055 (patch)
tree850c10230df5d4eaf025fca5d8fc44e8a349f446 /net
parentd380596b5c1f6d753a0063d1e433428b37a85729 (diff)
downloadfreebsd-ports-graphics-90bc1168e56004bd0ed23115562cdb1f6a0f1055.tar.gz
freebsd-ports-graphics-90bc1168e56004bd0ed23115562cdb1f6a0f1055.tar.zst
freebsd-ports-graphics-90bc1168e56004bd0ed23115562cdb1f6a0f1055.zip
Fix conflict if the gtk-doc port is installed.
Reported by: Rick Blair <ermine445@home.com>
Diffstat (limited to 'net')
-rw-r--r--net/linc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile
index 1c3a037567a..f14514c07aa 100644
--- a/net/linc/Makefile
+++ b/net/linc/Makefile
@@ -20,7 +20,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}