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-editor/Makefile | |
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-editor/Makefile')
-rw-r--r-- | multimedia/gstreamer-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-editor/Makefile b/multimedia/gstreamer-editor/Makefile index 4b1d4b770..1d21b6fe2 100644 --- a/multimedia/gstreamer-editor/Makefile +++ b/multimedia/gstreamer-editor/Makefile @@ -3,7 +3,7 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-editor/Makefile,v 1.6 2006/07/17 05:20:28 ahze Exp $ PORTNAME= gstreamer PORTVERSION= 0.8.0 @@ -31,7 +31,7 @@ USE_GNOME= gnomehack \ libgnomeui PLIST_SUB= \ VERSION="${PORTVERSION}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes INSTALLS_OMF= yes MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1 |