diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-20 23:20:41 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-20 23:20:41 +0800 |
commit | cd3706d477b14e9af93de8a90cc392cf534e03b5 (patch) | |
tree | 4104244227799687f2998dc02bb9f5542c25038e /multimedia/gstreamer-plugins/Makefile | |
parent | 8ceba2a8fbf99f6ffe35f425adb13f0d74f74f20 (diff) | |
download | marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar.gz marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar.bz2 marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar.lz marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar.xz marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.tar.zst marcuscom-ports-cd3706d477b14e9af93de8a90cc392cf534e03b5.zip |
- Errr, only use MAN1 if port == gstreamer-plugins
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5458 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index ce2d0fbeb..42d4507ea 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -57,7 +57,6 @@ USE_GNOME+= gnomehack \ USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 GST_PLUGIN?= base -MAN1= gst-visualise-0.10.1 CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ @@ -73,7 +72,7 @@ WITHOUT_CPU_CFLAGS= yes .if ${GST_PLUGIN} == "base" INSTALLS_SHLIB= yes - +MAN1= gst-visualise-0.10.1 PLIST_SUB+= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" .endif |