diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 00:45:56 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 00:45:56 +0800 |
commit | 991fa67c7583ea3d767655a7587e69465da30047 (patch) | |
tree | 3f44bf5329c3db9841bd10533df2ef84ef23ff3f /graphics/cairo/Makefile | |
parent | 37639fe2d1a754a9792455f87e3bc0113c0774a8 (diff) | |
download | marcuscom-ports-991fa67c7583ea3d767655a7587e69465da30047.tar.gz marcuscom-ports-991fa67c7583ea3d767655a7587e69465da30047.tar.zst marcuscom-ports-991fa67c7583ea3d767655a7587e69465da30047.zip |
- Fix plist if not built with glitz or x11
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6448 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-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 92b8794a1..3d5ee759a 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.39 2006/06/01 00:49:27 mezz Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.40 2006/06/14 16:52:11 ahze Exp $ # PORTNAME= cairo PORTVERSION= 1.1.8 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ |