diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-23 17:29:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-23 17:29:43 +0000 |
commit | f0ef988870c1d9d3890ace5838d46bb06e5e4c64 (patch) | |
tree | 406688914ddd4d8df2503e5b67958de0a6fd584b /security | |
parent | 54346bcda4c8c00fcb1242bdf20d93b0622b4f5e (diff) | |
download | pkgsrc-f0ef988870c1d9d3890ace5838d46bb06e5e4c64.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index dd4121faedf..66374f0e130 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/18 09:52:14 agc Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/23 17:29:43 wiz Exp $ DISTNAME= seahorse-0.5.0 CATEGORIES= security @@ -11,9 +11,9 @@ COMMENT= GnuPG front end and bonobo component for Gnome GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11BASE= yes +USE_BUILDLINK2= yes DEPENDS+= gnupg>=1.0:../../security/gnupg -.include "../../x11/gnome-libs/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |