diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:10:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-22 23:10:18 +0000 |
commit | 20b928f17daa0babbe90d8686a53a426fe6bff95 (patch) | |
tree | a159ca2250373a82fe46315ad317753348eaa920 /x11/mate-desktop | |
parent | 3c9a1d11c2210dcdc42a63b04622220896daba7a (diff) | |
download | ports-20b928f17daa0babbe90d8686a53a426fe6bff95.tar.gz ports-20b928f17daa0babbe90d8686a53a426fe6bff95.zip |
Notes
Diffstat (limited to 'x11/mate-desktop')
-rw-r--r-- | x11/mate-desktop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index f5660195234b..f76ae883fcc7 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-desktop PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -18,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= bison gettext gmake libtool pathfix pkgconfig \ python tar:xz USE_XORG= x11 xrandr -USE_GNOME= dconf gnomehier gdkpixbuf2 gtk20 intlhack +USE_GNOME= dconf gdkpixbuf2 gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ |