diff options
author | flz <flz@FreeBSD.org> | 2007-09-14 08:45:30 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-09-14 08:45:30 +0800 |
commit | 29d3d40ac8c6a9dc0e0cb372c55817608ae19f7a (patch) | |
tree | 93eb971208111ff37a1290ba458b4c9a67cc8656 /x11 | |
parent | 42349ed18ee1cc2ed110b6fb9d5a4ce150d8addb (diff) | |
download | freebsd-ports-gnome-29d3d40ac8c6a9dc0e0cb372c55817608ae19f7a.tar.gz freebsd-ports-gnome-29d3d40ac8c6a9dc0e0cb372c55817608ae19f7a.tar.zst freebsd-ports-gnome-29d3d40ac8c6a9dc0e0cb372c55817608ae19f7a.zip |
Don't override default xorg USE_GNOME settings when gtk20 is present.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index e8a806239d3f..1baed2fa95cb 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -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> |