diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:21:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:21:33 +0000 |
commit | dd660ea58d0b443de6f2482d2b54fc3d0f4edb35 (patch) | |
tree | 71a1d4a08ddfa962915816c1952ac6e2877fbdbd /graphics/quesoglc | |
parent | f3a3121cf178f663700743093bca9e34c39328a3 (diff) | |
download | ports-dd660ea58d0b443de6f2482d2b54fc3d0f4edb35.tar.gz ports-dd660ea58d0b443de6f2482d2b54fc3d0f4edb35.zip |
- Convert USE_BZIP2 to USES
Notes
Notes:
svn path=/head/; revision=353189
Diffstat (limited to 'graphics/quesoglc')
-rw-r--r-- | graphics/quesoglc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index e9fad646d192..abce2d053f17 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USE_BZIP2= yes +USES= tar:bzip2 pathfix gmake GNU_CONFIGURE= yes -USES= pathfix gmake USE_GL= gl glu glut USE_LDCONFIG= yes |