diff options
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 |