diff options
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | security/seahorse/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index e94ae886e1b..ca2462934d8 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2009/03/15 20:13:11 jmcneill Exp $ +# $NetBSD: Makefile,v 1.92 2009/03/19 12:14:37 drochner Exp $ # DISTNAME= gedit-2.26.0 @@ -43,4 +43,5 @@ BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.13.0 .include "../../x11/gtk2/buildlink3.mk" BUILDLINK_API_DEPENDS.gtksourceview2+= gtksourceview2>=2.2.0 .include "../../x11/gtksourceview2/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |