summaryrefslogtreecommitdiff
path: root/security/seahorse-gedit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-06 19:51:52 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-06 19:51:52 +0000
commit701c071598cbb535244fb0be860358ae3d4932ce (patch)
tree3d2505114b6b07a01b8866a1d5498ade53f82f0a /security/seahorse-gedit
parent8b21f20f9de08adec2cfc285cff9d75cdf339faf (diff)
downloadpkgsrc-701c071598cbb535244fb0be860358ae3d4932ce.tar.gz
Don't patch configure, but configure.in and teach it about newer gedit
versions. The diff is 500k without manual editing and I don't want to push that into pkgsrc.
Diffstat (limited to 'security/seahorse-gedit')
-rw-r--r--security/seahorse-gedit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/seahorse-gedit/Makefile b/security/seahorse-gedit/Makefile
index d3b5f565026..350f944d6d5 100644
--- a/security/seahorse-gedit/Makefile
+++ b/security/seahorse-gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/09/16 12:20:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2006/12/06 19:51:52 joerg 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 intltool msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config autoconf
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
@@ -29,6 +29,9 @@ BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2
BUILD_DIRS= plugins/gedit
INSTALL_DIRS= plugins/gedit
+pre-configure:
+ cd ${WRKSRC} && autoconf
+
.include "../../databases/gnome-mime-data/buildlink3.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf2/schemas.mk"