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 /textproc/libextractor/Makefile | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) |
Sync to new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=265663
Diffstat (limited to 'textproc/libextractor/Makefile')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index a82a6fe58ce8..7116fd2a96a2 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= mpeg2:${PORTSDIR}/multimedia/libmpeg2 USE_GNOME= glib20 USE_PYTHON= yes -USE_AUTOTOOLS= libltdl:22 +USE_AUTOTOOLS= libltdl USE_DOS2UNIX= yes GNU_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/libextractor @@ -62,7 +62,7 @@ PLIST_SUB+= VORBIS="" PLIST_SUB+= VORBIS="@comment " .endif -patch-autotools:: +patch-autotools-libtool:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |