diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 3 | ||||
-rw-r--r-- | cad/rubygem-gdsii/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index ec8979808fad..63b5542e49cc 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -13,11 +13,10 @@ BROKEN_i386= type 'hash<long long>' does not provide a call operator BROKEN_powerpc= type 'hash<long long>' does not provide a call operator BROKEN_sparc64= does not compile on sparc64: gcc bug -USES= compiler:c++0x gmake gl python qt:5 +USES= compiler:c++0x gmake gl python ruby qt:5 USE_GITHUB= yes GH_ACCOUNT= KLayout USE_GL= gl -USE_RUBY= yes USE_QT= core buildtools designer gui multimedia network printsupport \ qmake sql svg testlib uitools widgets xml xmlpatterns USE_LDCONFIG= yes diff --git a/cad/rubygem-gdsii/Makefile b/cad/rubygem-gdsii/Makefile index 6af5f51158bd..ec0d5ef6247c 100644 --- a/cad/rubygem-gdsii/Makefile +++ b/cad/rubygem-gdsii/Makefile @@ -11,6 +11,5 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem -USE_RUBY= yes .include <bsd.port.mk> |