diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
commit | b18513c396f0da554f784695a222d8383acd7127 (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba /deskutils/mate-utils/Makefile | |
parent | d6c984cb28fe817c6db7ba577f9eb98928bacd1e (diff) | |
download | ports-b18513c396f0da554f784695a222d8383acd7127.tar.gz ports-b18513c396f0da554f784695a222d8383acd7127.zip |
Notes
Diffstat (limited to 'deskutils/mate-utils/Makefile')
-rw-r--r-- | deskutils/mate-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile index 4dff039ebb4f..fd3fdae5aa5f 100644 --- a/deskutils/mate-utils/Makefile +++ b/deskutils/mate-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-utils -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -24,6 +24,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-maintainer-flags=no \ --disable-gtk-doc \ + --with-gtk=2.0 \ --with-html-dir=${PREFIX}/share/doc INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |