diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-02 02:05:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-02 02:05:27 +0800 |
commit | 678d195315594a282d7538b454b64fb0a22a9923 (patch) | |
tree | fccd760d6a56f8d4038619369c3a1ab04424826e /math/libqalculate | |
parent | 1c41baec87258a48b9058c7873c4c5ee85dcd842 (diff) | |
download | freebsd-ports-gnome-678d195315594a282d7538b454b64fb0a22a9923.tar.gz freebsd-ports-gnome-678d195315594a282d7538b454b64fb0a22a9923.tar.zst freebsd-ports-gnome-678d195315594a282d7538b454b64fb0a22a9923.zip |
- Stage support
Diffstat (limited to 'math/libqalculate')
-rw-r--r-- | math/libqalculate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 521df27acacc..79682108ec76 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -12,14 +12,11 @@ COMMENT= Multi-purpose desktop calculator (backend library) LIB_DEPENDS= cln:${PORTSDIR}/math/cln -USES= pkgconfig -USE_GNOME= glib20 gnomehack intlhack libxml2 -USE_GMAKE= yes +USES= pkgconfig pathfix gmake +USE_GNOME= glib20 intlhack libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> |