diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 15:00:22 +0000 |
commit | ea8d48f515e7b77680588f044c14481f8c28024e (patch) | |
tree | d662dd8ce5a8cf020938b0ecee369104077db642 /security/seahorse | |
parent | 4899c647156852669b3355bb62fa08dcde9c1a8f (diff) | |
download | pkgsrc-ea8d48f515e7b77680588f044c14481f8c28024e.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 41b12c85653..1a2730e7223 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/23 21:50:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/24 15:00:22 grant Exp $ DISTNAME= seahorse-0.7.3 PKGREVISION= 8 @@ -14,7 +14,7 @@ DEPENDS+= gnupg>=1.2.1:../../security/gnupg DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_X11= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes |