diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 17:16:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-11 17:16:10 +0000 |
commit | 19a718ac4c38750e766de7abf027f0491981495d (patch) | |
tree | 8fad9fa05facfd939ca92589f047e5224dffd236 /graphics | |
parent | upgrade to 1.3.0 (diff) |
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus
Notes
Notes:
svn path=/head/; revision=62821
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnomecanvas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gnomecanvas/Makefile b/graphics/gnomecanvas/Makefile index 5158620ac64b..24ee37d1b124 100644 --- a/graphics/gnomecanvas/Makefile +++ b/graphics/gnomecanvas/Makefile @@ -8,15 +8,14 @@ PORTNAME= gnomecanvas CATEGORIES= graphics gnome -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - MASTERDIR= ${.CURDIR}/../gdk-pixbuf COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gdkpixbuf gnomelibs BUILD_CANVAS= yes |