summaryrefslogtreecommitdiff
path: root/astro/viking
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/viking
parentUnbreak -- "builds" perfectly fine for me on FreeBSD-9.1/amd64 (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/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