diff options
author | ade <ade@FreeBSD.org> | 2001-05-21 02:29:52 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-21 02:29:52 +0000 |
commit | 0cac11ffb6c6aca730e853fa18933505bc95942d (patch) | |
tree | 6b94656dd29b3fbf763b4a59e39922fac5a9770c /x11/gnome2 | |
parent | c19371237b42639291036c0b927cad63d410993e (diff) | |
download | FreeBSD-ports-0cac11ffb6c6aca730e853fa18933505bc95942d.zip FreeBSD-ports-0cac11ffb6c6aca730e853fa18933505bc95942d.tar.gz |
Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.
Submitted by: sobomax (with extensive patches - complain to me)
Diffstat (limited to 'x11/gnome2')
-rw-r--r-- | x11/gnome2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index 441b548..0130b96 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty |