diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 15:51:50 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 15:51:50 +0000 |
commit | c0b7145df28e7429c6182f219c699ee01fabdb9a (patch) | |
tree | f9c6286fe7054695e2fcc571061cd6d3ed5f216d /science/checkmol | |
parent | e9791b91d43b0140cf2b03162f96f21db72f38c9 (diff) |
Notes
Diffstat (limited to 'science/checkmol')
-rw-r--r-- | science/checkmol/Makefile | 4 |
1 files changed, 1 insertions, 3 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) |