aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-02 08:53:46 +0800
committervanilla <vanilla@FreeBSD.org>1998-10-02 08:53:46 +0800
commit5e8e859250b59e92284d9398d8ebe3d23890955c (patch)
treec92e2fe11cfea2374dcb214d43767593dfff725e /x11-toolkits/p5-Gtk
parentdd01e5d2611c605d1c12d01a2c60d237d1ab9a0c (diff)
downloadfreebsd-ports-gnome-5e8e859250b59e92284d9398d8ebe3d23890955c.tar.gz
freebsd-ports-gnome-5e8e859250b59e92284d9398d8ebe3d23890955c.tar.zst
freebsd-ports-gnome-5e8e859250b59e92284d9398d8ebe3d23890955c.zip
Change depend with gtk11, and ready depend with imlib, gnome.
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r--x11-toolkits/p5-Gtk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile
index 41bb199aeb06..c59c0f5e4365 100644
--- a/x11-toolkits/p5-Gtk/Makefile
+++ b/x11-toolkits/p5-Gtk/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 Oct 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.14 1998/09/15 21:31:58 asami Exp $
+# $Id: Makefile,v 1.15 1998/09/22 22:55:56 asami Exp $
#
DISTNAME= Gtk-0.3
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= Gtk
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk
+# gdk_imlib.1:${PORTSDIR}/graphics/imlib
USE_PERL5= YES
@@ -23,5 +24,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+# --with-gtkxhtml
.include <bsd.port.mk>