aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-02 10:09:23 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-02 10:09:23 +0000
commit09c899486873e04f4dc6d03f34bdf868b9dae048 (patch)
tree31291b02709bdb2c12bb9bda356f6291614a177f /Mk/bsd.port.mk
parent690d6ea08a887ed25fc4bee8ba9e13a080857623 (diff)
downloadports-09c899486873e04f4dc6d03f34bdf868b9dae048.tar.gz
ports-09c899486873e04f4dc6d03f34bdf868b9dae048.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index ddd0d389d4be..c8bee854975d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1831,7 +1831,7 @@ USE_SUBMAKE= yes
.if defined(USE_XLIB)
. if defined(USE_LINUX)
-RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs
+RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs
. else
LIB_DEPENDS+= X11.6:${X_LIBRARIES_PORT}
. endif
@@ -1914,11 +1914,7 @@ MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB=
.if ${OSVERSION} < 500016
PTHREAD_CFLAGS?= -D_THREAD_SAFE
-. if ${CC} == "icc"
-PTHREAD_LIBS?= -mt
-. else
PTHREAD_LIBS?= -pthread
-. endif
.elif ${OSVERSION} < 502102
PTHREAD_CFLAGS?= -D_THREAD_SAFE
PTHREAD_LIBS?= -lc_r