diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-25 19:21:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-25 19:21:22 +0000 |
commit | 90bc1168e56004bd0ed23115562cdb1f6a0f1055 (patch) | |
tree | 850c10230df5d4eaf025fca5d8fc44e8a349f446 /net/linc | |
parent | d380596b5c1f6d753a0063d1e433428b37a85729 (diff) | |
download | FreeBSD-ports-90bc1168e56004bd0ed23115562cdb1f6a0f1055.zip FreeBSD-ports-90bc1168e56004bd0ed23115562cdb1f6a0f1055.tar.gz |
Fix conflict if the gtk-doc port is installed.
Reported by: Rick Blair <ermine445@home.com>
Diffstat (limited to 'net/linc')
-rw-r--r-- | net/linc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linc/Makefile b/net/linc/Makefile index 1c3a037..f14514c 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} |