diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 22:33:37 +0800 |
commit | 2cbd09f912f78415d4c42c70a8c74fddd2f016d6 (patch) | |
tree | 149ccf6e15957795fd2e787c27cc0cfc8cefd0bd /math/minisat | |
parent | 306667c1f8b69751d430df6eaa3672b32817341a (diff) | |
download | freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.gz freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.tar.zst freebsd-ports-gnome-2cbd09f912f78415d4c42c70a8c74fddd2f016d6.zip |
- Stage support
- Convert few ports to USES
Diffstat (limited to 'math/minisat')
-rw-r--r-- | math/minisat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/minisat/Makefile b/math/minisat/Makefile index 6285dd8d56d6..b4a66132ea74 100644 --- a/math/minisat/Makefile +++ b/math/minisat/Makefile @@ -13,5 +13,4 @@ USES= gmake USE_LDCONFIG= yes MAKE_ENV= prefix=${PREFIX} -NO_STAGE= yes .include <bsd.port.mk> |