diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-01-06 21:39:37 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-01-06 21:39:37 +0000 |
commit | c80e453cc1ba687d27182f5859e989dd18435498 (patch) | |
tree | b144185c4f7fb9388d93726b1ad510b8ce7065b1 /cad | |
parent | dc482d7eedd45454e86392c274af60af9fc2fe3f (diff) | |
download | ports-c80e453cc1ba687d27182f5859e989dd18435498.tar.gz ports-c80e453cc1ba687d27182f5859e989dd18435498.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/layouteditor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 96b53bfbc0b7..acaae8375e16 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -17,7 +17,7 @@ COMMENT= IC/MEMS layout editor USE_QT_VER= 4 QT_COMPONENTS= corelib gui network moc_build sql uic_build \ - rcc_build qt3support xml + rcc_build qmake qt3support xml USE_ZIP= yes USE_FREETYPE= yes WRKSRC= ${WRKDIR}/layout |