diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-01 07:21:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-01 07:21:38 +0800 |
commit | 8c5c63a3214de3f98900fc77a8635fbaa7875225 (patch) | |
tree | a63c0c13786e5453894eea9ea39a1d9f0bac630e | |
parent | b5d9030da64ab3a772f0a694c948218e2ec74f24 (diff) | |
download | marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar.gz marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar.bz2 marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar.lz marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar.xz marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.tar.zst marcuscom-ports-8c5c63a3214de3f98900fc77a8635fbaa7875225.zip |
- Change WITH->WITHOUT tag so glitz is disabled when BATCH or package building
is done.
- Bump PORTREVISION
Pointyhat to: me for forgetting to do that the other day.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4671 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cairo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index a2d0a20d3..7949aed7e 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.27 2005/08/26 03:34:54 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.28 2005/08/26 06:52:23 marcus Exp $ # PORTNAME= cairo PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -33,7 +33,7 @@ OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off .include <bsd.port.pre.mk> -.if !defined(WITHOUT_GLITZ) +.if defined(WITH_GLITZ) LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz CONFIGURE_ARGS+= --enable-glitz PLIST_SUB+= GLITZ="" |