diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:25:33 +0000 |
commit | 9f5deb008fb9786f9a9264889d43296a258e9d92 (patch) | |
tree | ec0965bd63c70b3986830805c3ce0427524b81b2 /math/triangle | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) |
Notes
Diffstat (limited to 'math/triangle')
-rw-r--r-- | math/triangle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/triangle/Makefile b/math/triangle/Makefile index 1622345931a1..8323695b22fb 100644 --- a/math/triangle/Makefile +++ b/math/triangle/Makefile @@ -16,7 +16,7 @@ COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator NO_CDROM= No commercial use without prior arrangement with the author NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip USE_XORG= x11 MAKEFILE= makefile |