diff options
author | arved <arved@FreeBSD.org> | 2003-06-18 18:08:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-18 18:08:12 +0800 |
commit | 6f37c372cdeace54f88657678607c88d6acf5018 (patch) | |
tree | 706a1d9163632b7373c1af1b7282cb74a122c07d | |
parent | 75b122cca08041d6c173232a3c0aa95b7a7770bf (diff) | |
download | freebsd-ports-gnome-6f37c372cdeace54f88657678607c88d6acf5018.tar.gz freebsd-ports-gnome-6f37c372cdeace54f88657678607c88d6acf5018.tar.zst freebsd-ports-gnome-6f37c372cdeace54f88657678607c88d6acf5018.zip |
Add USE_LIBTOOL.
Reported by: bento (via kris)
-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" \ |