diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
commit | a19b165d3b6a844987360047cffc9a307de8b46f (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /math/wfmath | |
parent | 944a497d96820fc6f2f383fd943a38a5ed6f1476 (diff) | |
download | ports-a19b165d3b6a844987360047cffc9a307de8b46f.tar.gz ports-a19b165d3b6a844987360047cffc9a307de8b46f.zip |
Notes
Diffstat (limited to 'math/wfmath')
-rw-r--r-- | math/wfmath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index e8053c8db0b5..755e9abfed67 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -3,15 +3,14 @@ PORTNAME= wfmath PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library -USES= gmake -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GCC= yes GNU_CONFIGURE= yes |