[Midnightbsd-cvs] mports: Makefile: Remove X11BASE reference.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Tue Oct 16 22:28:49 EDT 2007
Log Message:
-----------
Remove X11BASE reference.
Bumped revision number so new libs get made.
Modified Files:
--------------
mports/graphics/cairo:
Makefile (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/cairo/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lgraphics/cairo/Makefile -Lgraphics/cairo/Makefile -u -r1.4 -r1.5
--- graphics/cairo/Makefile
+++ graphics/cairo/Makefile
@@ -9,7 +9,7 @@
PORTNAME= cairo
PORTVERSION= 1.4.10
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
#MASTER_SITES= http://cairographics.org/snapshots/
@@ -30,7 +30,7 @@
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off
More information about the Midnightbsd-cvs
mailing list