diff options
author | pav <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
commit | 5a44a0d1ac5ec1c43a273c0de267d57e657968f2 (patch) | |
tree | cecdcbae025f44f951e06b45d692a1e3fcb6c3ff /x11-toolkits/ruby-pango | |
parent | ee0cc395bf014be5c031ed43ec494f1081f667ee (diff) | |
download | FreeBSD-ports-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.zip FreeBSD-ports-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.tar.gz |
- Convert to USE_GNOME
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
Diffstat (limited to 'x11-toolkits/ruby-pango')
-rw-r--r-- | x11-toolkits/ruby-pango/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index cef0223..fd30fed 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/Makefile @@ -18,10 +18,10 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for Pango -LIB_DEPENDS= pango-1.0.200:${PORTSDIR}/x11-toolkits/pango RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= pango USE_RUBY_EXTCONF= yes USE_XLIB= yes |