diff options
author | gavan <gavan@pkgsrc.org> | 2004-11-01 16:35:59 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-11-01 16:35:59 +0000 |
commit | bbb07c3eb796988ee1801f9693571043af41b87e (patch) | |
tree | e3e3be550d769485a4ba9c5774749b54c0e21452 /x11/kdebase3 | |
parent | cc2012d9e1e9ee435a3f22e4cae00851265c4a17 (diff) | |
download | pkgsrc-bbb07c3eb796988ee1801f9693571043af41b87e.tar.gz |
Use GNU awk.
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index ade99a8a8dc..6ba3e5740f6 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/10/15 17:19:03 seb Exp $ +# $NetBSD: Makefile,v 1.62 2004/11/01 16:35:59 gavan Exp $ DISTNAME= kdebase-${_KDE_VERSION} CATEGORIES= x11 @@ -15,6 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_PKGINSTALL= YES +USE_GNU_TOOLS+= awk CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}" CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap}" |