diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-18 10:08:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-18 10:08:12 +0000 |
commit | 69d7d71761eeec9a12baf3e253c0764b7eaef91a (patch) | |
tree | 6c21476fb499f0a2a3d1e73d7f18967504471a72 /audio/swhplugins | |
parent | o Add mirror site. (diff) |
Add USE_LIBTOOL.
Reported by: bento (via kris)
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index bf43cb56fc35..bde6359d6fae 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ USE_REINPLACE= yes USE_GMAKE= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |