diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-26 21:35:04 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-26 21:35:04 +0000 |
commit | 5c6961c2e33bc39ad817722a9beba31ce4e592b0 (patch) | |
tree | 3bf06b9bb339a1ee144de69a0f9c307676d67aec /multimedia | |
parent | c177c65ffa69b52f09e5ad8611ff3506c0cd0fbe (diff) | |
download | FreeBSD-ports-5c6961c2e33bc39ad817722a9beba31ce4e592b0.zip FreeBSD-ports-5c6961c2e33bc39ad817722a9beba31ce4e592b0.tar.gz |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdvbpsi/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libfame/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mp4v2/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpeg4ip-libmp4v2/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vcdimager/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/libdvbpsi/Makefile b/multimedia/libdvbpsi/Makefile index 358231b..59cd83a 100644 --- a/multimedia/libdvbpsi/Makefile +++ b/multimedia/libdvbpsi/Makefile @@ -21,7 +21,7 @@ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-release -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall|$${CFLAGS}|g ; \ diff --git a/multimedia/libfame/Makefile b/multimedia/libfame/Makefile index 9625253..3507d43 100644 --- a/multimedia/libfame/Makefile +++ b/multimedia/libfame/Makefile @@ -18,7 +18,7 @@ COMMENT= A video encoding library USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index 3037721..5810abd 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/multimedia/mpeg4ip-libmp4v2/Makefile b/multimedia/mpeg4ip-libmp4v2/Makefile index 3037721..5810abd 100644 --- a/multimedia/mpeg4ip-libmp4v2/Makefile +++ b/multimedia/mpeg4ip-libmp4v2/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 4668214..09fc451 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= gnometarget gnomehack pkgconfig lthack CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |