diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index ccf8d49..7f56bf6 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 <bsd.port.pre.mk> + .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 <bsd.port.pre.mk> - post-patch: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ |