diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /graphics/ruby-gdk_pixbuf/Makefile | |
parent | 7ce0c30d7530087588921aedd4971eec44d11823 (diff) | |
download | ports-bc47cccc84a1837da1919cf6c75785c9646d1761.tar.gz ports-bc47cccc84a1837da1919cf6c75785c9646d1761.zip |
Notes
Diffstat (limited to 'graphics/ruby-gdk_pixbuf/Makefile')
-rw-r--r-- | graphics/ruby-gdk_pixbuf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-gdk_pixbuf/Makefile b/graphics/ruby-gdk_pixbuf/Makefile index 55c9544b4767..2f3153ddf497 100644 --- a/graphics/ruby-gdk_pixbuf/Makefile +++ b/graphics/ruby-gdk_pixbuf/Makefile @@ -7,7 +7,8 @@ PORTNAME= gdk_pixbuf PORTVERSION= ${RUBY_GNOME_PORTVERSION} -CATEGORIES= graphics ruby +PORTREVISION= 1 +CATEGORIES= graphics ruby gnome MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${RUBY_GNOME_DISTNAME} @@ -15,9 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk +USE_GNOMECTRL= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_XLIB= yes @@ -27,7 +28,6 @@ USE_GLIB= yes WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install -CONFIGURE_ARGS= --with-glib-config="${GLIB_CONFIG}" DOCS_EN= ChangeLog README |