diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-23 07:10:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-23 07:10:18 +0800 |
commit | 1723d105be1a684955c19521b27f10ad2eb30225 (patch) | |
tree | a159ca2250373a82fe46315ad317753348eaa920 /x11/mate-menus | |
parent | 5bebe6a62d9ab7796738b8cf47e8cea68cb6f008 (diff) | |
download | freebsd-ports-gnome-1723d105be1a684955c19521b27f10ad2eb30225.tar.gz freebsd-ports-gnome-1723d105be1a684955c19521b27f10ad2eb30225.tar.zst freebsd-ports-gnome-1723d105be1a684955c19521b27f10ad2eb30225.zip |
Get rid of gnomehier
Diffstat (limited to 'x11/mate-menus')
-rw-r--r-- | x11/mate-menus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile index 07d77169fb0c..43d7579cc6aa 100644 --- a/x11/mate-menus/Makefile +++ b/x11/mate-menus/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-menus PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -14,7 +15,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig \ python tar:xz -USE_GNOME= glib20 gnomehier intlhack introspection:build +USE_GNOME= glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |