1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Don't override default xorg USE_GNOME settings when gtk20 is present.

This commit is contained in:
Florent Thoumie 2007-09-14 00:45:30 +00:00
parent a9d833cd9e
commit 4f7184be10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199450

View File

@ -7,6 +7,7 @@
PORTNAME= pixman
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@ -18,7 +19,7 @@ WANT_GNOME= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk20} != "" || defined(WITH_GTK2)
USE_GNOME= gtk20
USE_GNOME+= gtk20
.endif
.include <bsd.port.post.mk>