diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-08 05:56:17 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-08 05:56:17 +0800 |
commit | a24d234e9a5473d8dac7f9d40a6c7fc9c58058f6 (patch) | |
tree | 17a797ce0a59cd89dfd83a4224f2c922320c9681 /science/silo/Makefile | |
parent | 289469c5ea6be62ace2e6f93b58b3672922e19a4 (diff) | |
download | freebsd-ports-gnome-a24d234e9a5473d8dac7f9d40a6c7fc9c58058f6.tar.gz freebsd-ports-gnome-a24d234e9a5473d8dac7f9d40a6c7fc9c58058f6.tar.zst freebsd-ports-gnome-a24d234e9a5473d8dac7f9d40a6c7fc9c58058f6.zip |
- Add USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'science/silo/Makefile')
-rw-r--r-- | science/silo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile index 4b715314643b..1ab765131555 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -4,7 +4,7 @@ PORTNAME= silo PORTVERSION= 4.9.1 DISTVERSIONSUFFIX= -bsd -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -21,9 +21,10 @@ OPTIONS_DEFAULT= QT4 OPTIONS_SUB= yes -USES= gmake readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static +INSTALL_TARGET= install-strip +USES= gmake libtool readline USE_LDCONFIG= yes FORTRAN_CONFIGURE_ENABLE= fortran |