diff options
author | arved <arved@FreeBSD.org> | 2003-01-08 20:05:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-08 20:05:57 +0800 |
commit | ec7bd901833ccfc35832d748d44a2c494b6830ca (patch) | |
tree | ef62d51b0f7396ec5d90e8bed7a12868277df645 /biology/molden/Makefile | |
parent | a52b8fa93e85e0671625a66b30f4eadfee247470 (diff) | |
download | freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.tar.gz freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.tar.zst freebsd-ports-gnome-ec7bd901833ccfc35832d748d44a2c494b6830ca.zip |
Update to 3.8
Approved by: rmiya@cc.hirosaki-u.ac.jp (maintainer)
Diffstat (limited to 'biology/molden/Makefile')
-rw-r--r-- | biology/molden/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index b9b2d926edfa..186d7725a315 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -6,8 +6,7 @@ # PORTNAME= molden -PORTVERSION= 3.7 -PORTREVISION= 2 +PORTVERSION= 3.8 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -22,9 +21,13 @@ RESTRICTED= "free for academic, non profit usage;" NO_CDROM= "Do not re-distribute source and executable." NO_PACKAGE= "Though the source codes are accessible, the author is hoping for distribution in an original form." MAKEFILE= ${WRKSRC}/makefile +USE_REINPLACE= yes .include <bsd.port.pre.mk> +post-patch: + ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c + post-configure: @${ECHO_MSG} "********************" @${ECHO_MSG} "** If you want to use a larger MOLDEN," |