diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-06 13:44:04 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-07-06 13:44:04 +0000 |
commit | c5667edf68a4d880088043c76d6bd2c46e46c4d4 (patch) | |
tree | 90c4455a301ed70528506259b026d01215b1a558 /cad/klayout/Makefile | |
parent | c5024a493acc7817caffa3b57a440faf8538fa37 (diff) |
Notes
Diffstat (limited to 'cad/klayout/Makefile')
-rw-r--r-- | cad/klayout/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index f279a9d7ce8f..f79385e0089f 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -6,7 +6,7 @@ # PORTNAME= klayout -PORTVERSION= 0.21.5 +PORTVERSION= 0.21.11 CATEGORIES= cad MASTER_SITES= http://www.klayout.de/ @@ -18,6 +18,8 @@ USE_QT_VER= 4 QT_COMPONENTS= corelib gui network moc_build sql uic_build \ rcc_build qt3support xml PLIST_FILES= bin/klayout \ + bin/strm2cif \ + bin/strm2dxf \ bin/strm2gds \ bin/strm2oas \ bin/strm2txt \ |