aboutsummaryrefslogtreecommitdiffstats
path: root/astro/openuniverse
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-07 23:37:15 +0800
committergahr <gahr@FreeBSD.org>2013-02-07 23:37:15 +0800
commit48ab0ff4606c8da33b7d20af8dc7313bf539d1b3 (patch)
tree7b76d133b6aed2608c7ec527ccc156fab6dc2c1b /astro/openuniverse
parent3c94b84bbee6d50bbe2df6bb201f03b07f848728 (diff)
downloadfreebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.tar.gz
freebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.tar.zst
freebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr
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>