diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 00:27:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-26 00:27:06 +0800 |
commit | c156ea5416613391304e5f852f2fdf56c3d1d760 (patch) | |
tree | c35d2cad209575759829fc874d658794385d4c10 | |
parent | 123ad68c74636befa6385e37e663b1dd1268e252 (diff) | |
download | marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar.gz marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar.bz2 marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar.lz marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar.xz marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.tar.zst marcuscom-ports-c156ea5416613391304e5f852f2fdf56c3d1d760.zip |
No need for gconf2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19687 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | math/gnome-calculator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index a7af65272..45336e19c 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-calculator PORTVERSION= 3.12.1 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +15,7 @@ COMMENT= GNOME 3 calculator tool BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool USES= bison gettext gmake pathfix pkgconfig tar:xz -USE_GNOME= gconf2 gnomeprefix gtksourceview3 gtk30 intlhack libxml2 +USE_GNOME= gnomeprefix gtksourceview3 gtk30 intlhack libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |