diff options
author | jdp <jdp@FreeBSD.org> | 1998-05-19 11:09:09 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-05-19 11:09:09 +0800 |
commit | e3e5c787d0903de6c2f1163ad949d67be6301a41 (patch) | |
tree | e37851b1a56ecf5bd0b756861bd6520a7ea3505b /graphics/gimp-app-devel | |
parent | 384665ef2551678e458c33225efdd8358e50c236 (diff) | |
download | freebsd-ports-gnome-e3e5c787d0903de6c2f1163ad949d67be6301a41.tar.gz freebsd-ports-gnome-e3e5c787d0903de6c2f1163ad949d67be6301a41.tar.zst freebsd-ports-gnome-e3e5c787d0903de6c2f1163ad949d67be6301a41.zip |
Change the shared library version number in the "gtk" dependency
from 1.0 to just 1. The current version of the gtk port installs
version 1.1 of the library, and it seems to work fine with gimp.
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 378b57fc3c3b..0fe642620657 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.29 1998/04/29 21:01:40 vanilla Exp $ +# $Id: Makefile,v 1.30 1998/05/04 20:22:36 jseger Exp $ # MAJOR= 0 @@ -26,7 +26,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\\.0:${PORTSDIR}/x11/gtk +LIB_DEPENDS+= gtk\\.1:${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 |