diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-17 19:52:30 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-05-17 19:52:30 +0000 |
commit | 8aaeb29542bb268110e38f19877e4206149fed8a (patch) | |
tree | 0932f970a0c2be264fd9a6bc2ef4f2dfc30a19ce /cad | |
parent | 2efde3c20543781f49253725d3c7c7f56163cac0 (diff) | |
download | ports-8aaeb29542bb268110e38f19877e4206149fed8a.tar.gz ports-8aaeb29542bb268110e38f19877e4206149fed8a.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 1 | ||||
-rw-r--r-- | cad/klayout/files/patch-config-Makefile.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index 92c5b8c9e09c..440fcea279d1 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -7,6 +7,7 @@ PORTNAME= klayout PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.klayout.de/ diff --git a/cad/klayout/files/patch-config-Makefile.conf b/cad/klayout/files/patch-config-Makefile.conf index ee33004ce34d..7e96e87a1415 100644 --- a/cad/klayout/files/patch-config-Makefile.conf +++ b/cad/klayout/files/patch-config-Makefile.conf @@ -23,4 +23,4 @@ +LOPT=-Wl,-E -o +LOPT_SO=-shared -fPIC -o + -+LIBS=-L$(QTLIB) -pthread -lQtGui -lQtCore -lQtXml -lrt -lstdc++ -lcrypt ++LIBS=-L$(QTLIB) -pthread -lQtGui -lQtCore -lQtXml -lstdc++ -lcrypt |