diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | a68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch) | |
tree | cbc29822393959d2cb1fa583902329503e9ddcd6 /science | |
parent | 449a928eea07416fb2c4e7ce5f02faae8c31155d (diff) | |
download | ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.tar.gz ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 16dce65d01c4..5a1ac49ba927 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -34,11 +34,6 @@ CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x INSTALLS_SHLIB= yes -post-patch: -.for file in configure intl/gettextP.h - @${PERL} -pi -e "s,iconv.h,giconv.h,g" ${WRKSRC}/${file} -.endfor - pre-build: @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} |