diff options
author | hrs <hrs@FreeBSD.org> | 2008-05-18 03:52:30 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-05-18 03:52:30 +0800 |
commit | d76dc2ab70cc3786f30902211585e38a7afcb4a2 (patch) | |
tree | 6b9fc62a4fb1f75f89c077a1bee1e6b023459c1d /cad/klayout | |
parent | 64eafbbdf1541bcb76c3e89a3fd08575cb92a276 (diff) | |
download | freebsd-ports-graphics-d76dc2ab70cc3786f30902211585e38a7afcb4a2.tar.gz freebsd-ports-graphics-d76dc2ab70cc3786f30902211585e38a7afcb4a2.tar.zst freebsd-ports-graphics-d76dc2ab70cc3786f30902211585e38a7afcb4a2.zip |
Remove librt dependency because it is not needed actually.
Diffstat (limited to 'cad/klayout')
-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 92c5b8c9e09..440fcea279d 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 ee33004ce34..7e96e87a141 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 |