From f12e9751506674a54f04c216aec84b4ece080868 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 17 Feb 2005 00:59:40 +0000 Subject: Move bsd.port.pre.mk up a few lines so it works with WITH_GLITZ Pointed out by: adamw --- graphics/cairo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ccf8d4995d9b..7f56bf697de7 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CLFAGS}" \ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off +.include + .if defined(WITH_GLITZ) LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz .endif @@ -34,8 +36,6 @@ LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz USE_XLIB= yes .endif -.include - post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ -- cgit