summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-02 00:53:46 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-02 00:53:46 +0000
commit6124735b29f78125aad4c8b3b7b1909a2ad7f843 (patch)
treeb0064d7cc2ed10bfcf58708229199e8ebb2da241 /x11-toolkits/p5-Gtk
parentUpgrade to 0.30.1. (diff)
Change depend with gtk11, and ready depend with imlib, gnome.
Notes
Notes: svn path=/head/; revision=13590
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>