diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-21 08:32:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-21 08:32:19 +0800 |
commit | 3ba95a94301bad04f4a57272e5ab35e40ac2637b (patch) | |
tree | 8639877d11af65e2d9583e532549856e810e8371 /math/qalculate | |
parent | c27e10568556412d4d89b2e988515cd74326b843 (diff) | |
download | freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.tar.gz freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.tar.zst freebsd-ports-gnome-3ba95a94301bad04f4a57272e5ab35e40ac2637b.zip |
Get rid of gnomehier
Diffstat (limited to 'math/qalculate')
-rw-r--r-- | math/qalculate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 83414ce4fac0..797e5636a2c5 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -3,7 +3,7 @@ PORTNAME= qalculate PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-gtk/${PORTNAME}-gtk-${PORTVERSION} DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} @@ -18,7 +18,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ wget:${PORTSDIR}/ftp/wget USES= gettext gmake -USE_GNOME= gnomehier libglade2 libgnome +USE_GNOME= libglade2 libgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |