diff options
author | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2015-08-09 16:06:43 +0800 |
commit | e08c72b4818dedf918c6fe30621cb5bc7c960f1d (patch) | |
tree | dcd9771851d8a5b000509363eeaba5add2d5d4de /science/mol2ps | |
parent | 5784aae1aaa23ea9554d64016e10f1a870feefdf (diff) | |
download | freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.gz freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.tar.zst freebsd-ports-gnome-e08c72b4818dedf918c6fe30621cb5bc7c960f1d.zip |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
Diffstat (limited to 'science/mol2ps')
-rw-r--r-- | science/mol2ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile index 6f7bf4c1838e..166a4457ec57 100644 --- a/science/mol2ps/Makefile +++ b/science/mol2ps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mol2ps PORTVERSION= 0.4a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} |