diff options
Diffstat (limited to 'science/mol2ps/Makefile')
-rw-r--r-- | science/mol2ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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) |