diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
commit | 8df0ab61203bcfbd7ed817228165c386df39d9d1 (patch) | |
tree | dd2ef7f8ed5395eb5eea34bcee8cc1c113487089 /devel/ruby-gconf | |
parent | 736e3d0c57ee1bb1cb629b935372ee346eb9ad9a (diff) | |
download | FreeBSD-ports-8df0ab61203bcfbd7ed817228165c386df39d9d1.zip FreeBSD-ports-8df0ab61203bcfbd7ed817228165c386df39d9d1.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'devel/ruby-gconf')
-rw-r--r-- | devel/ruby-gconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile index 73294a3..9a121a2 100644 --- a/devel/ruby-gconf/Makefile +++ b/devel/ruby-gconf/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf USE_RUBY= yes USE_RUBY_EXTCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} INSTALL_TARGET= site-install |