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/glm | |
parent | 8f284f2bca93129cd50ac223174a3be10e707699 (diff) | |
download | ports-9f5deb008fb9786f9a9264889d43296a258e9d92.tar.gz ports-9f5deb008fb9786f9a9264889d43296a258e9d92.zip |
Notes
Diffstat (limited to 'math/glm')
-rw-r--r-- | math/glm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/glm/Makefile b/math/glm/Makefile index d48ece3099d2..feebc1b5b64a 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= ogl-math/${PORTNAME}-${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL -USE_ZIP= yes +USES= zip NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |