diff options
author | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-01-10 07:49:51 +0000 |
commit | 6b3cbfaa6d1b6065510a3633b7177f91c823d326 (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /security | |
parent | 8ab925b3cf9bca72abea556f12c34b50765759e2 (diff) | |
download | pkgsrc-6b3cbfaa6d1b6065510a3633b7177f91c823d326.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 1164edac7fa..37884888f26 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/03 15:26:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/10 07:49:51 cjep Exp $ DISTNAME= seahorse-0.5.0 CATEGORIES= security @@ -8,10 +8,11 @@ MAINTAINER= jmmv@netbsd.org HOMEPAGE= http://seahorse.sourceforge.net COMMENT= GnuPG front end and bonobo component for Gnome -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X11BASE= yes -USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11BASE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes DEPENDS+= gnupg>=1.0:../../security/gnupg |