diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-09-14 00:45:30 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-09-14 00:45:30 +0000 |
commit | 4f7184be10498d4455a5b92e8c96f81c980dbe86 (patch) | |
tree | d415491822982456e9d4e36ca11994e2aa38bef6 /x11/pixman | |
parent | a9d833cd9ef8aa64657e6b401bcab250ca9ef4ad (diff) | |
download | ports-4f7184be10498d4455a5b92e8c96f81c980dbe86.tar.gz ports-4f7184be10498d4455a5b92e8c96f81c980dbe86.zip |
Notes
Diffstat (limited to 'x11/pixman')
-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> |