diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
commit | 28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /math/wfmath | |
parent | 069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff) | |
download | freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip |
Fix double occurences of USES=
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 |