diff options
author | grant <grant@pkgsrc.org> | 2004-02-24 13:49:29 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-24 13:49:29 +0000 |
commit | 8dbb4c02191f7c7809cddc91fd427d3322ca32f5 (patch) | |
tree | f5c179740e3e598a7041550a85e1e25499b0e467 /security | |
parent | 2009fca9512df804e2694e60bf01cc2b51ea881d (diff) | |
download | pkgsrc-8dbb4c02191f7c7809cddc91fd427d3322ca32f5.tar.gz |
this package doesn't use a compiler, so USE_LANGUAGES= # empty
Diffstat (limited to 'security')
-rw-r--r-- | security/gpg2dot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile index 5ed83717306..ab08142e05f 100644 --- a/security/gpg2dot/Makefile +++ b/security/gpg2dot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/21 04:15:09 lukem Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/24 13:49:29 grant Exp $ # DISTNAME= gpg2dot-1.2 @@ -11,6 +11,7 @@ MAINTAINER= lukem@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt COMMENT= Converts your GnuPG keyring to a graph of associations +USE_LANGUAGES= # empty USE_PERL5= YES EXTRACT_ONLY= # empty |