diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 09:36:58 +0000 |
commit | c19547d909e0d36fc43f86eb78d9667fbf2396e4 (patch) | |
tree | 8cee23469ab1db3d8be0adb7c9d501b8d4277be8 /devel/ruby-gconf2 | |
parent | Define NOPORTDOCS to work around the upgrade problem, for the moment. (diff) |
- Convert to USE_GNOME
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=102281
Diffstat (limited to 'devel/ruby-gconf2')
-rw-r--r-- | devel/ruby-gconf2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index 4a01c0925ba0..9095b8180b0f 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -18,10 +18,10 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby interface to GConf2 -LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes +USE_GNOME= gconf2 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" |