diff options
author | drochner <drochner@pkgsrc.org> | 2009-03-19 12:14:01 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-03-19 12:14:01 +0000 |
commit | 1c6899025eff30b6487ad1845b7b5b78bea8630c (patch) | |
tree | bf907a7f7374c8aa847a55d3bdcce523a5dc0367 /security | |
parent | 95416852a93f8997c17cb71f09d3fb7c382a1e31 (diff) | |
download | pkgsrc-1c6899025eff30b6487ad1845b7b5b78bea8630c.tar.gz |
needs libSM
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 293cec1433b..e10e90aea8d 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2009/03/15 18:32:43 jmcneill Exp $ +# $NetBSD: Makefile,v 1.78 2009/03/19 12:14:01 drochner Exp $ DISTNAME= seahorse-2.26.0 CATEGORIES= security @@ -62,6 +62,7 @@ post-patch: .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../mk/omf-scrollkeeper.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |