aboutsummaryrefslogtreecommitdiff
path: root/cad/pcb/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-07 14:57:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-07 14:57:49 +0000
commit5316d6995c9eab3e2b92e7994330d27312295f13 (patch)
treee9433273f8212799f1369d579fb61a5ee351bcda /cad/pcb/Makefile
parent9e9d988f842033e039bc66c3548d6f02510ffd5c (diff)
downloadports-5316d6995c9eab3e2b92e7994330d27312295f13.tar.gz
ports-5316d6995c9eab3e2b92e7994330d27312295f13.zip
Notes
Diffstat (limited to 'cad/pcb/Makefile')
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 96933b72a8c8..018ccbc832f2 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -26,8 +26,8 @@ USE_GMAKE= yes
USE_TK_RUN= 83
INSTALLS_ICONS= yes
CONFIGURE_ENV+= INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}"
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -pthread -L${LOCALBASE}/lib
CONFIGURE_ARGS= --docdir=${DOCSDIR} --disable-nls
PORTDOCS= pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \
examples tutorial gcode.png gcode_control_img.png \