summaryrefslogtreecommitdiff
path: root/security/libassuan
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-25 21:43:55 +0000
committerjoerg <joerg>2009-11-25 21:43:55 +0000
commite5d3c7a896959bb2b6f76cc4139048f8d91762a4 (patch)
treec1044b68c00c8d5e0b7021b3161cb3522093f21a /security/libassuan
parenta8c09c7dbf41a7e3d2ee292b16cf2132564654da (diff)
downloadpkgsrc-e5d3c7a896959bb2b6f76cc4139048f8d91762a4.tar.gz
Run libtoolize. No need to touch libtool.
Diffstat (limited to 'security/libassuan')
-rw-r--r--security/libassuan/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile
index a753c6203d2..44b1cb05412 100644
--- a/security/libassuan/Makefile
+++ b/security/libassuan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/09/07 02:40:53 bjs Exp $
+# $NetBSD: Makefile,v 1.17 2009/11/25 21:43:55 joerg Exp $
#
DISTNAME= libassuan-1.0.5
@@ -27,9 +27,9 @@ TEST_TARGET= check
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
pre-configure:
+ cd ${WRKSRC} && libtoolize
cd ${WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} autogen.sh && \
- ${TOUCH} ${TOUCH_FLAGS} libtool
+ ${SETENV} ${CONFIGURE_ENV} ${CONFIG_SHELL} autogen.sh
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"