diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-02 18:09:23 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-02 18:09:23 +0800 |
commit | e54361e5692bb0179dda4063cc74013886439429 (patch) | |
tree | a7c363fb7e5789b19373b9efa4a8c71fec53469b /Mk | |
parent | 5896db633e7426ed0a97e66872d90e8a15b7e26c (diff) | |
download | freebsd-ports-gnome-e54361e5692bb0179dda4063cc74013886439429.tar.gz freebsd-ports-gnome-e54361e5692bb0179dda4063cc74013886439429.tar.zst freebsd-ports-gnome-e54361e5692bb0179dda4063cc74013886439429.zip |
Revert previous commit to this file (the commit message belongs to
bsd.linux-rpm.mk). It was done by accident.
Pointyhat to: netchild
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
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 |