summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
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 /graphics/gimp-app-devel
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 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 270a68f64c86..53500407998b 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.52 1999/01/23 07:05:22 vanilla Exp $
+# $Id: Makefile,v 1.53 1999/02/20 19:31:50 vanilla Exp $
#
DISTNAME= gimp-1.1.2
@@ -14,12 +14,10 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.2/ \
MAINTAINER= erich@FreeBSD.org
-BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
-RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
+ gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
@@ -29,7 +27,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-perl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib" \
INSTALL_SCRIPT='$${INSTALL} -m 755'