diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:32:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-21 00:32:19 +0000 |
commit | 5fe17006b42537f94efe2f64dbc5672dbdb6a024 (patch) | |
tree | 8639877d11af65e2d9583e532549856e810e8371 /math/mate-calc | |
parent | Get rid of gnomehier (diff) |
Get rid of gnomehier
Diffstat (limited to 'math/mate-calc')
-rw-r--r-- | math/mate-calc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index d0583e49e136..5fc43ac50618 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-calc PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= math mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,7 +16,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even USES= gettext gmake pkgconfig tar:xz -USE_GNOME= glib20 gnomehier gtk20 intlhack libxml2 +USE_GNOME= glib20 gtk20 intlhack libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include |