diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-26 18:44:28 +0800 |
commit | 83f02b963c2b22c85235bf19b4f10a20bea921b5 (patch) | |
tree | e5e83d3ba0442c1c2f0b99c843428b36a8eb003d /multimedia/gstreamer-plugins | |
parent | 152f30ef73f9cf1c87d1eb78186693682bed0c43 (diff) | |
download | freebsd-ports-gnome-83f02b963c2b22c85235bf19b4f10a20bea921b5.tar.gz freebsd-ports-gnome-83f02b963c2b22c85235bf19b4f10a20bea921b5.tar.zst freebsd-ports-gnome-83f02b963c2b22c85235bf19b4f10a20bea921b5.zip |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-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 e1a41e6f0e21..671c660fdcbd 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -41,13 +41,12 @@ UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= good SHLIB_VERSION= 1 -USE_GETTEXT= yes VERSION= ${GST_VERSION} WANT_GSTREAMER= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME+= gnomehack ltverhack ltasneededhack -USES= pkgconfig +USES= pkgconfig gettext USE_AUTOTOOLS= libtool GST_PLUGIN?= base |