[Midnightbsd-cvs] mports: bsd.mport.mk: Remove double handling of USE_XLIB.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Mon Nov 10 21:31:28 EST 2008


Log Message:
-----------
Remove double handling of USE_XLIB.

Modified Files:
--------------
    mports/Mk:
        bsd.mport.mk (r1.129 -> r1.130)

-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.129
retrieving revision 1.130
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.129 -r1.130
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -824,17 +824,6 @@
 USE_SUBMAKE=	yes
 .endif
 
-.if defined(USE_XLIB)
-.	if defined(USE_LINUX)
-RUN_DEPENDS+=	${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-xorg-libs
-.	else
-LIB_DEPENDS+=	X11.6:${X_LIBRARIES_PORT}
-.	endif
-# 	Add explicit X options to avoid problems with false positives in configure
-.	if !defined(GNU_CONFIGURE)
-CFLAGS+= -I${X11BASE}/include -L${X11BASE}/lib
-.	endif
-.endif
 
 # Set the default for the installation of Postscript(TM)-
 # compatible functionality.


More information about the Midnightbsd-cvs mailing list