diff options
Diffstat (limited to 'security/seahorse-gedit/Makefile')
-rw-r--r-- | security/seahorse-gedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/seahorse-gedit/Makefile b/security/seahorse-gedit/Makefile index 87db09c1277..077ec7d795d 100644 --- a/security/seahorse-gedit/Makefile +++ b/security/seahorse-gedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/05 05:37:44 jlam Exp $ DISTNAME= seahorse-0.8.1 PKGNAME= seahorse-gedit-0.8.1 @@ -16,7 +16,7 @@ DISTINFO_FILE= ${.CURDIR}/../seahorse/distinfo GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -41,7 +41,6 @@ INSTALL_DIRS= plugins/gedit .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../editors/gedit/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |