aboutsummaryrefslogtreecommitdiffstats
path: root/astro/viking
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/viking
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/viking')
-rw-r--r--astro/viking/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile
index 006c91d21349..f2d232d6ca9e 100644
--- a/astro/viking/Makefile
+++ b/astro/viking/Makefile
@@ -34,8 +34,8 @@ INSTALLS_ICONS= yes
INSTALLS_OMF= yes
MAKE_JOBS_SAFE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
PORTDOCS= AUTHORS ChangeLog NEWS README TODO