summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
commitc1acc95b5a9252307f3f608056003afa5905e29a (patch)
tree9ab1a9e6c2b7d24e91beecfe7b420a1fa39aa87b /x11-toolkits/gtk20
parentUpdate to hanterm-xf-p16 (diff)
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=17285
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r--x11-toolkits/gtk20/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 0136c7202403..2d6a85691ed2 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.44 1999/02/18 04:49:25 vanilla Exp $
+# $Id: Makefile,v 1.46 1999/03/09 01:09:08 nectar Exp $
#
DISTNAME= gtk+-1.2.0
@@ -15,9 +15,8 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \
MAINTAINER= vanilla@FreeBSD.ORG
-BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
-RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12
+LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 \
+ intl.1:${PORTSDIR}/devel/gettext
USE_X_PREFIX= yes
USE_PERL5= yes