summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk13/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-26 19:17:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-26 19:17:44 +0000
commit9da7159d85159bb738c5fc69faddbb6375e1e6da (patch)
treed3c869be99174695a950c6248e06be10c4bd044e /x11-toolkits/gtk13/Makefile
parentJustify PLISTs version notation. (diff)
Upgrade to 1.1.9.
Notes
Notes: svn path=/head/; revision=15632
Diffstat (limited to 'x11-toolkits/gtk13/Makefile')
-rw-r--r--x11-toolkits/gtk13/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index b1baf0547860..820c07883343 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk11-devel
-# Version required: 1.1.7
+# Version required: 1.1.9
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.34 1998/12/22 07:56:14 asami Exp $
+# $Id: Makefile,v 1.35 1998/12/22 09:06:28 asami Exp $
#
-DISTNAME= gtk+-1.1.7
-PKGNAME= gtk-1.1.7
+DISTNAME= gtk+-1.1.9
+PKGNAME= gtk-1.1.9
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \
@@ -15,17 +15,19 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \
MAINTAINER= vanilla@FreeBSD.ORG
+RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= glib11d.1:${PORTSDIR}/devel/glib11-devel
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} <= 300000
-BROKEN= requires perl5
+USE_PERL5= yes
.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c' \
- GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
+ GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
+ CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk11d
post-install: