diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-25 21:43:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-25 21:43:55 +0000 |
commit | 60b9e3c31fe264d6252971809b9cb30d999abbec (patch) | |
tree | c1044b68c00c8d5e0b7021b3161cb3522093f21a /security | |
parent | 093e83f4a9648c411e9405558fd3175de1888c55 (diff) | |
download | pkgsrc-60b9e3c31fe264d6252971809b9cb30d999abbec.tar.gz |
Run libtoolize. No need to touch libtool.
Diffstat (limited to 'security')
-rw-r--r-- | security/libassuan/Makefile | 6 |
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" |