aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2007-02-12 20:22:45 +0800
committerperky <perky@FreeBSD.org>2007-02-12 20:22:45 +0800
commitc92579022dd05465f9b3624b34ec65fd7d264216 (patch)
tree4296ab4c1fc7a091f502e81b99aa45425c757740 /graphics
parentb8685dc23ac89ef760a59368c800503cf6919a9f (diff)
downloadfreebsd-ports-gnome-c92579022dd05465f9b3624b34ec65fd7d264216.tar.gz
freebsd-ports-gnome-c92579022dd05465f9b3624b34ec65fd7d264216.tar.zst
freebsd-ports-gnome-c92579022dd05465f9b3624b34ec65fd7d264216.zip
Correct dependency to a X library for WITHOUT_X11 option.
PR: 108778 Submitted by: D'Arcy J.M.Cain <darcy@dilbert.druid.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-gd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile
index 17bff2ed4bbb..663b32c16315 100644
--- a/graphics/py-gd/Makefile
+++ b/graphics/py-gd/Makefile
@@ -6,6 +6,7 @@
PORTNAME= gd
PORTVERSION= 0.56
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://newcenturycomputers.net/projects/download.cgi/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ COMMENT= Python interface to the GD library
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
-.if defined(WITHOUT_X11)
+.if !defined(WITHOUT_X11)
USE_XPM= yes
.endif
USE_PYTHON= yes