diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:28:16 +0000 |
commit | 0ecb0840c02c37716dfe54b45902a7a09bfe4ac1 (patch) | |
tree | 5f418a82d2015efd49604b40d294e5a66c4b0bfc /graphics/povray36 | |
parent | 7a21dec23d525b7d538c8b786a36466c6f42a3fe (diff) |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355687
Diffstat (limited to 'graphics/povray36')
-rw-r--r-- | graphics/povray36/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index 033ee8e69cff..eede2b83a6cd 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -23,8 +23,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg USE_XORG= x11 -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf |