diff options
author | ade <ade@FreeBSD.org> | 2004-07-02 01:06:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-07-02 01:06:41 +0800 |
commit | b306cc5dcbefc30382f9f527a93cd80e0908854b (patch) | |
tree | cc39079ab42fe134d866eb0cad7648e1cb765ba7 /multimedia | |
parent | d3dd320adf5a5916ddf9bae7e3a50a66da9764ab (diff) | |
download | freebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.gz freebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.tar.zst freebsd-ports-graphics-b306cc5dcbefc30382f9f527a93cd80e0908854b.zip |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvdnav/Makefile | 8 | ||||
-rw-r--r-- | multimedia/okle/Makefile | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index 429a559568b..f3acdbe8473 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -30,10 +30,10 @@ post-patch: s|THREAD_CFLAGS=.*$$|THREAD_CFLAGS="\$$THREAD_CFLAGS"|g ; \ s|-L/usr/local/lib|-L${LOCALBASE}/lib|g ; \ s|-I/usr/local/include|-I${LOCALBASE}/include|g ; \ - s|aclocal-1.7|aclocal17|g ; \ - s|automake-1.7|automake17|g ; \ - s|autoconf|autoconf257|g ; \ - s|autoheader|autoheader257|g' ${WRKSRC}/configure \ + s|aclocal-1.7|${TRUE}|g ; \ + s|automake-1.7|${TRUE}|g ; \ + s|autoconf|${TRUE}|g ; \ + s|autoheader|${TRUE}|g' ${WRKSRC}/configure \ ${WRKSRC}/missing ${WRKSRC}/aclocal.m4 ${WRKSRC}/autogen.sh .include <bsd.port.mk> diff --git a/multimedia/okle/Makefile b/multimedia/okle/Makefile index 46cba806f27..48dcab19032 100644 --- a/multimedia/okle/Makefile +++ b/multimedia/okle/Makefile @@ -17,7 +17,7 @@ COMMENT= A KDE frontend to the Ogle DVD player BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.11:${PORTSDIR}/multimedia/ogle RUN_DEPENDS= ogle:${PORTSDIR}/multimedia/ogle -USE_AUTOCONF_VER= 257 +USE_AUTOCONF_VER= 259 USE_KDELIBS_VER= 3 USE_REINPLACE= yes GNU_CONFIGURE= yes |