diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-18 03:50:22 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-18 03:50:22 +0800 |
commit | 6435b062d1c64856a02cd26ca73c7d2146e69ef5 (patch) | |
tree | a76bc671bb23adf27d029cc2bb20af2e631f391b /audio/mate-media | |
parent | 0e54a330481b0bc2fdb56de2ada22066d91a910e (diff) | |
download | freebsd-ports-gnome-6435b062d1c64856a02cd26ca73c7d2146e69ef5.tar.gz freebsd-ports-gnome-6435b062d1c64856a02cd26ca73c7d2146e69ef5.tar.zst freebsd-ports-gnome-6435b062d1c64856a02cd26ca73c7d2146e69ef5.zip |
- USES=libtool tar:xz.
- Remove duplicate USE_GNOME=gnomehier.
Diffstat (limited to 'audio/mate-media')
-rw-r--r-- | audio/mate-media/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index afae2feb1991..13227e295d78 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -3,7 +3,7 @@ PORTNAME= mate-media PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,14 +15,12 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_MATE= autogen common:build desktop docutils intlhack ltverhack \ - panel -USE_GNOME= gnomehier glib20 gnomehier gtk20 libxml2 +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_MATE= autogen common:build desktop docutils intlhack panel +USE_GNOME= glib20 gnomehier gtk20 libxml2 INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env USE_GSTREAMER= good GNU_CONFIGURE= yes INSTALLS_ICONS= yes |