diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-07-30 13:39:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-07-30 13:39:26 +0800 |
commit | a988f45fc49b899dc670841e8341bc56e662399a (patch) | |
tree | 9785d0d8f040096f238809e7d5a3dd9458c7bfed /graphics/gimp-devel/Makefile | |
parent | 7b767dc7ce5f2cc3b089b0e71c78a67af9c0de6e (diff) | |
download | freebsd-ports-gnome-a988f45fc49b899dc670841e8341bc56e662399a.tar.gz freebsd-ports-gnome-a988f45fc49b899dc670841e8341bc56e662399a.tar.zst freebsd-ports-gnome-a988f45fc49b899dc670841e8341bc56e662399a.zip |
Change the library version of Gtk.
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index f8f7da300475..888a3128f9ed 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.33 1998/05/27 18:36:01 vanilla Exp $ +# $Id: Makefile,v 1.34 1998/06/07 03:58:38 vanilla Exp $ # DISTNAME= gimp-1.0.0 @@ -18,7 +18,7 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib LIB_DEPENDS+= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk\\.1\\.4:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1\\.5:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 |