diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-17 00:59:40 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-17 00:59:40 +0000 |
commit | 0af0dea5354fdadf826c6eda3ba26fbf3ad7d592 (patch) | |
tree | b51cdd21a9a6a9f5cd8d71501e6ece0ed652cdc9 /graphics/cairo | |
parent | 7ceced204ed9a07bb3a19f7e2dab14ad0e1b4f37 (diff) |
Notes
Diffstat (limited to 'graphics/cairo')
-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 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 <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|' \ |