summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc>2002-07-18 09:52:14 +0000
committeragc <agc>2002-07-18 09:52:14 +0000
commit3ee02496f17b71e923ed0455979f2ac79818ea02 (patch)
tree6a53f3c8dfbfc14e796526c098c31a5b845f0c38 /security
parentf9a841a77635f864dc573c78c8b9b791d40c209d (diff)
downloadpkgsrc-3ee02496f17b71e923ed0455979f2ac79818ea02.tar.gz
Add USE_X11BASE - should fix problem in bulk build.
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index cbaad3144f0..dd4121faedf 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/24 14:38:19 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/07/18 09:52:14 agc Exp $
DISTNAME= seahorse-0.5.0
CATEGORIES= security
@@ -10,8 +10,10 @@ COMMENT= GnuPG front end and bonobo component for Gnome
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_X11BASE= yes
DEPENDS+= gnupg>=1.0:../../security/gnupg
.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"