aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ruby-gtk/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-10-15 23:45:59 +0800
committerknu <knu@FreeBSD.org>2000-10-15 23:45:59 +0800
commit0afcf161da99912aa55b6e2d29295cb436e6b0db (patch)
tree9d19df6cc8d11157e909314b814f6525c0c3470a /x11-toolkits/ruby-gtk/Makefile
parent810866b8597ce2f35a14211156a786276d8ffc07 (diff)
downloadfreebsd-ports-gnome-0afcf161da99912aa55b6e2d29295cb436e6b0db.tar.gz
freebsd-ports-gnome-0afcf161da99912aa55b6e2d29295cb436e6b0db.tar.zst
freebsd-ports-gnome-0afcf161da99912aa55b6e2d29295cb436e6b0db.zip
Fix the breakage regarding bsd.gnome.mk variables.
Submitted by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
Diffstat (limited to 'x11-toolkits/ruby-gtk/Makefile')
-rw-r--r--x11-toolkits/ruby-gtk/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile
index 2770845e6ae8..6d058af5a6b4 100644
--- a/x11-toolkits/ruby-gtk/Makefile
+++ b/x11-toolkits/ruby-gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtk
-PORTVERSION= 0.23
+PORTVERSION= 0.23
CATEGORIES= x11-toolkits ruby
MASTER_SITES= http://www.ruby-lang.org/gtk/download/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -23,16 +23,18 @@ USE_XLIB= yes
USE_GTK= yes
WANT_IMLIB= yes
+CONFIGURE_ARGS= ${CONFIG_CMD}
INSTALL_TARGET= site-install
.include <bsd.port.pre.mk>
.if defined(HAVE_IMLIB)
USE_IMLIB= yes
+PLIST_SUB+= IMLIB:=""
+CONFIG_CMD= ${IMLIB_CONFIG}
.else
-PLIST= ${WRKDIR}/PLIST
-pre-install:
- @${SED} -e '/gdkimlib/d' ${PKGDIR}/pkg-plist > ${PLIST}
+PLIST_SUB+= IMLIB:="@comment "
+CONFIG_CMD= ${GTK_CONFIG}
.endif
post-configure: