summaryrefslogtreecommitdiff
path: root/x11-toolkits/gauche-gtk
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-05-03 15:47:13 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-05-03 15:47:13 +0000
commit8591ff760807769852157771914e536257a52f4b (patch)
treed74a4d5a280a2dcebd8326a1b0c551e5b575f153 /x11-toolkits/gauche-gtk
parentUpdate to 0.99.0. (diff)
Use USE_GNOME.
PR: ports/51544 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=80054
Diffstat (limited to 'x11-toolkits/gauche-gtk')
-rw-r--r--x11-toolkits/gauche-gtk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile
index f3ba57ad4cda..954499a2311e 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -17,15 +17,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= fuyuki@hadaly.org
COMMENT= GTK2 binding for Gauche
-LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_GNOME= gtk20 # this alters CONFIGURE_TARGET!
GNU_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
PLIST_SUB= VERSION="`gauche-config -V`" \
- TARGET="${CONFIGURE_TARGET}"
+ TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
.if defined(WITH_GTKGLEXT)
LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext