diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
commit | 312461b6fa77f1cca68731482cf7519092085f56 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /science/h5utils | |
parent | d8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff) |
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382185
Diffstat (limited to 'science/h5utils')
-rw-r--r-- | science/h5utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile index f78030542326..48fd155afb60 100644 --- a/science/h5utils/Makefile +++ b/science/h5utils/Makefile @@ -15,8 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= YES -CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include \ - ${PTHREAD_LIBS} +CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \ |