diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 22:31:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 22:31:32 +0800 |
commit | 01f11148157a6abdecd28ad89535bf96c408f11f (patch) | |
tree | 65c5d3791659aa90eb404b06d0b998de6ea7c94d /math | |
parent | 1596a130f8bacf00e23cdd006b108442a821273d (diff) | |
download | freebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.tar.gz freebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.tar.zst freebsd-ports-gnome-01f11148157a6abdecd28ad89535bf96c408f11f.zip |
- Stage support
Diffstat (limited to 'math')
-rw-r--r-- | math/wfmath/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 8ae9e2ed3a66..f6a1417ac094 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library -USE_GMAKE= yes +USES= gmake USES= pathfix pkgconfig USE_LDCONFIG= yes USE_GCC= yes GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |