diff options
author | ahze <ahze@FreeBSD.org> | 2005-02-17 08:59:40 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-02-17 08:59:40 +0800 |
commit | f12e9751506674a54f04c216aec84b4ece080868 (patch) | |
tree | 77cbf64a1b164bae0447ab64c8e5435020825f5c /graphics | |
parent | 8f7eef78fda139df022bd4bb5b303fa2f03f5b8b (diff) | |
download | freebsd-ports-gnome-f12e9751506674a54f04c216aec84b4ece080868.tar.gz freebsd-ports-gnome-f12e9751506674a54f04c216aec84b4ece080868.tar.zst freebsd-ports-gnome-f12e9751506674a54f04c216aec84b4ece080868.zip |
Move bsd.port.pre.mk up a few lines so it works with WITH_GLITZ
Pointed out by: adamw
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 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|' \ |