diff options
-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} |