diff options
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 6505c8b8289..b634714ae12 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:34 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/31 23:56:29 jlam Exp $ DISTNAME= gsasl-0.2.5 PKGREVISION= 1 @@ -18,12 +18,11 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes TEST_TARGET= check -INFO_FILES= gsasl.info - CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html PKGCONFIG_OVERRIDE+= libgsasl.pc.in +INFO_FILES= # PLIST .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" |