diff options
author | ade <ade@FreeBSD.org> | 2001-05-21 10:29:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-21 10:29:52 +0800 |
commit | 0cac11ffb6c6aca730e853fa18933505bc95942d (patch) | |
tree | 6b94656dd29b3fbf763b4a59e39922fac5a9770c /graphics/Makefile | |
parent | c19371237b42639291036c0b927cad63d410993e (diff) | |
download | freebsd-ports-gnome-0cac11ffb6c6aca730e853fa18933505bc95942d.tar.gz freebsd-ports-gnome-0cac11ffb6c6aca730e853fa18933505bc95942d.tar.zst freebsd-ports-gnome-0cac11ffb6c6aca730e853fa18933505bc95942d.zip |
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 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2bb46d2131d0..4f4db80fa8c1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -67,6 +67,7 @@ SUBDIR += gliv SUBDIR += gltk SUBDIR += gnofract4d + SUBDIR += gnomecanvas SUBDIR += gnomeiconedit SUBDIR += gozer SUBDIR += gpaint |