diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /www/tidy-devel | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Notes
Diffstat (limited to 'www/tidy-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index c12a39f01f7f..ffa1e7bcfa4a 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -32,7 +32,7 @@ USE_GMAKE= yes PLIST_SUB= SHLIB="@comment " NSHLIB="" CONFLICTS= tidy-20000804* tidy-lib-[0-9]* .else -USE_AUTOTOOLS= automake:111 autoconf:268 libtool:22 +USE_AUTOTOOLS= automake autoconf libtool AUTOMAKE_ARGS+= -a -c --foreign USE_LDCONFIG= yes PLIST_SUB= SHLIB="" NSHLIB="@comment " @@ -87,7 +87,7 @@ post-patch: . endfor .endif -patch-autotools:: +patch-autotools-libtool:: .if defined(WITH_SHLIB) (cd ${WRKSRC} \ && ${LIBTOOLIZE} --force --copy \ |