aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-09-03 15:51:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-09-03 15:51:50 +0000
commitc0b7145df28e7429c6182f219c699ee01fabdb9a (patch)
treef9c6286fe7054695e2fcc571061cd6d3ed5f216d /science
parente9791b91d43b0140cf2b03162f96f21db72f38c9 (diff)
downloadports-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.gz
ports-c0b7145df28e7429c6182f219c699ee01fabdb9a.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/checkmol/Makefile4
-rw-r--r--science/mol2ps/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile
index 9b8725c54c2a..cee51a8ce97d 100644
--- a/science/checkmol/Makefile
+++ b/science/checkmol/Makefile
@@ -3,7 +3,7 @@
PORTNAME= checkmol
PORTVERSION= 0.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/
EXTRACT_SUFX= .pas
@@ -23,8 +23,6 @@ USES= fpc
PLIST_FILES= bin/checkmol bin/matchmol
-LLD_UNSAFE= yes
-
do-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile
index a8cc409fcdb5..e055a86362d6 100644
--- a/science/mol2ps/Makefile
+++ b/science/mol2ps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mol2ps
PORTVERSION= 0.4b
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/
DISTNAME= ${PORTNAME}
@@ -26,8 +26,6 @@ USE_FPC= rtl-objpas
PLIST_FILES= bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf
-LLD_UNSAFE= yes
-
do-build:
(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3)