diff options
author | pav <pav@FreeBSD.org> | 2004-02-27 17:36:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-02-27 17:36:58 +0800 |
commit | 5a44a0d1ac5ec1c43a273c0de267d57e657968f2 (patch) | |
tree | cecdcbae025f44f951e06b45d692a1e3fcb6c3ff /devel/ruby-libglade2/Makefile | |
parent | ee0cc395bf014be5c031ed43ec494f1081f667ee (diff) | |
download | freebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.tar.gz freebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.tar.zst freebsd-ports-graphics-5a44a0d1ac5ec1c43a273c0de267d57e657968f2.zip |
- Convert to USE_GNOME
PR: ports/59744
Submitted by: Mezz <mezz7@cox.net>
Approved by: maintainer timeout (3 months)
Diffstat (limited to 'devel/ruby-libglade2/Makefile')
-rw-r--r-- | devel/ruby-libglade2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile index 0ae8fc0b9af..eeae9d1613e 100644 --- a/devel/ruby-libglade2/Makefile +++ b/devel/ruby-libglade2/Makefile @@ -19,9 +19,9 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby binding for Libglade2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 -LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 USE_RUBY= yes +USE_GNOME= libglade2 USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" |