aboutsummaryrefslogtreecommitdiff
path: root/astro/openuniverse
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 15:37:15 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 15:37:15 +0000
commit9650053021d53eca2f290cfda817a02a57597c91 (patch)
tree7b76d133b6aed2608c7ec527ccc156fab6dc2c1b /astro/openuniverse
parente64af2885167f341327e4d12dd3f183361a254ae (diff)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=311869
Diffstat (limited to 'astro/openuniverse')
-rw-r--r--astro/openuniverse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile
index 399b73e208c7..a77c548933ad 100644
--- a/astro/openuniverse/Makefile
+++ b/astro/openuniverse/Makefile
@@ -25,9 +25,8 @@ USE_GMAKE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib" \
-CONFIGURE_ENV= LIBS="-lcompat" PTHREAD_LIBS="${PTHREAD_LIBS}"
+CONFIGURE_ENV= LIBS="-lcompat"
CPPFLAGS+= -I${LOCALBASE}/include/GL -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lm
-MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>