diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /graphics/autoq3d | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Convert g* to USES=zip
Notes
Notes:
svn path=/head/; revision=347760
Diffstat (limited to 'graphics/autoq3d')
-rw-r--r-- | graphics/autoq3d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/autoq3d/Makefile b/graphics/autoq3d/Makefile index bcb567f78f13..9db54dc4507a 100644 --- a/graphics/autoq3d/Makefile +++ b/graphics/autoq3d/Makefile @@ -14,8 +14,7 @@ COMMENT= Qt 4 quick 3D model editor LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USE_ZIP= yes -USES= dos2unix qmake +USES= dos2unix qmake zip DOS2UNIX_FILES= *.pro src/cmds/*.cpp src/fgui/*.cpp docs/*.txt DOS2UNIX_REGEX= .*.[^p][^n][^g]$ USE_GL= glu |