summaryrefslogtreecommitdiff
path: root/security/seahorse-nautilus
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-06 19:51:52 +0000
committerjoerg <joerg>2006-12-06 19:51:52 +0000
commitade3fdfdeed4c5e90431c872be20b3dc450d05b8 (patch)
tree3d2505114b6b07a01b8866a1d5498ade53f82f0a /security/seahorse-nautilus
parent5b1733478ccca6737260cd1cd9a0d790a22e11be (diff)
downloadpkgsrc-ade3fdfdeed4c5e90431c872be20b3dc450d05b8.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-nautilus')
-rw-r--r--security/seahorse-nautilus/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/seahorse-nautilus/Makefile b/security/seahorse-nautilus/Makefile
index 68c889d5851..eddf58f9ae9 100644
--- a/security/seahorse-nautilus/Makefile
+++ b/security/seahorse-nautilus/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-nautilus-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
@@ -27,6 +27,9 @@ BUILDLINK_API_DEPENDS.gpgme+= gpgme>=1.0.1nb2
BUILD_DIRS= plugins/nautilus-ext
INSTALL_DIRS= plugins/nautilus-ext
+pre-configure:
+ cd ${WRKSRC} && autoconf
+
.include "../../databases/gnome-mime-data/buildlink3.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/libglade2/buildlink3.mk"