diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 00:09:29 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 00:09:29 +0800 |
commit | b4380efbb4d42e8682f4a62b9e6ef70d05626665 (patch) | |
tree | 046b965cc696a47d3e5e166d5aa07ede1cb1b6a8 | |
parent | 3de21c93f5e9c62cb3a2cc38ee70e0ba9e15daaf (diff) | |
download | freebsd-ports-gnome-b4380efbb4d42e8682f4a62b9e6ef70d05626665.tar.gz freebsd-ports-gnome-b4380efbb4d42e8682f4a62b9e6ef70d05626665.tar.zst freebsd-ports-gnome-b4380efbb4d42e8682f4a62b9e6ef70d05626665.zip |
Strip libraries and remove reference to PTHREAD_LIBS
-rw-r--r-- | science/fvm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/fvm/Makefile b/science/fvm/Makefile index e0d8467ff197..8e86fb47b86c 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --with-bft=${LOCALBASE} \ --with-hdf5=${LOCALBASE} \ --with-cgns=${LOCALBASE} \ --with-med=${LOCALBASE} -CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} +INSTALL_TARGET= install-strip .if defined(WITH_LAM) BUILD_DEPENDS+= ${LOCALBASE}/lib/liblam.a:${PORTSDIR}/net/lam |