diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-10 18:02:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-10 18:02:53 +0000 |
commit | 7e0b71983ad09afd3b54f5428604d0ed35d7d4f3 (patch) | |
tree | 95b5b815399403f3677302258fa489addde1e1d0 /graphics/autoq3d | |
parent | bca53cfccf4efbaeddba74bf9462a793e634b2d7 (diff) | |
download | ports-7e0b71983ad09afd3b54f5428604d0ed35d7d4f3.tar.gz ports-7e0b71983ad09afd3b54f5428604d0ed35d7d4f3.zip |
Notes
Diffstat (limited to 'graphics/autoq3d')
-rw-r--r-- | graphics/autoq3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/autoq3d/Makefile b/graphics/autoq3d/Makefile index a9b15a23d80e..dc53fbb2f86b 100644 --- a/graphics/autoq3d/Makefile +++ b/graphics/autoq3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= autoq3d DISTVERSION= 1.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= AutoQ3DGPL${PORTVERSION:C/\./-/}qt4source @@ -17,7 +17,7 @@ COMMENT= A complete QT quick 3d model editor program USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib moc gui opengl +QT_COMPONENTS= qmake_build corelib moc_build gui opengl PORTDOCS= 3DQformat.txt ChangeLog.txt Install.txt license.txt |