diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /math/qalculate | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'math/qalculate')
-rw-r--r-- | math/qalculate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 5dbe214b1ddc..83414ce4fac0 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -17,9 +17,11 @@ LIB_DEPENDS= libqalculate.so:${PORTSDIR}/math/libqalculate RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ wget:${PORTSDIR}/ftp/wget +USES= gettext gmake USE_GNOME= gnomehier libglade2 libgnome -USES= gettext gmake pathfix GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes post-patch: |