diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
commit | bdd5f89df052832c0ac9ea613a29ae23533d514d (patch) | |
tree | 33ed6beaf6e68d743f7fde73e6e0eaeeba00fd26 /graphics/gimp-app | |
parent | f461077854f1eb137f0c6671c39e189c13099d5b (diff) | |
download | FreeBSD-ports-bdd5f89df052832c0ac9ea613a29ae23533d514d.zip FreeBSD-ports-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.gz |
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>
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 270a68f..5350040 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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' |