diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:53:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-10 08:53:00 +0800 |
commit | 3af32971da7e849ee8534a2d7d8e901b9f647a25 (patch) | |
tree | 1f220253366d09392db0d96c54006a52e312cae9 /multimedia/gstreamer-plugins80 | |
parent | b2ebc9589d862b7ae33a660aae05a3d3163aa105 (diff) | |
download | marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar.gz marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar.bz2 marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar.lz marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar.xz marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.tar.zst marcuscom-ports-3af32971da7e849ee8534a2d7d8e901b9f647a25.zip |
INSTALLS_SHLIB -> USE_LDCONFIG, only on multimedia@FreeBSD.org ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7275 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index f8bbd5446..4ca909bc9 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -3,7 +3,7 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins80/Makefile,v 1.60 2006/04/23 22:55:30 mezz Exp $ +# $MCom: ports/multimedia/gstreamer-plugins80/Makefile,v 1.62 2006/07/17 05:15:45 ahze Exp $ # PORTNAME= gstreamer @@ -53,7 +53,7 @@ WITHOUT_CPU_CFLAGS= yes .if ${GST_PLUGIN} == "base" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_SUB+= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" |