diff options
author | rillig <rillig> | 2006-12-08 05:44:19 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-12-08 05:44:19 +0000 |
commit | a204ee88cc3bd38724fbef1438babecd4b1064ad (patch) | |
tree | a718886e7fd9298e115f29e6d636cc49561b2e0e /security/gnutls | |
parent | 7e3f52bb34d71a1cc2170d09992f44452521c47b (diff) | |
download | pkgsrc-a204ee88cc3bd38724fbef1438babecd4b1064ad.tar.gz |
Needs PKGLOCALEDIR.
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 0deeb9bd7b4..9eb3474ec3b 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/11/13 18:15:14 drochner Exp $ +# $NetBSD: Makefile,v 1.55 2006/12/08 05:44:19 rillig Exp $ DISTNAME= gnutls-1.4.5 CATEGORIES= security devel @@ -17,6 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes TEST_TARGET= check |