mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Correct dependency to a X library for WITHOUT_X11 option.
PR: 108778 Submitted by: D'Arcy J.M.Cain <darcy@dilbert.druid.net>
This commit is contained in:
parent
fac051cbab
commit
d726a8f795
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user