diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-05-19 03:09:09 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-05-19 03:09:09 +0000 |
commit | 937f05d736ac668a6e5ad44e8ef05d6c9c3af471 (patch) | |
tree | e70f2007a8efd0c5cae9d3e69d6221473f772cce /graphics/gimp1/Makefile | |
parent | Upgrade to version 4.32 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=11055
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 378b57fc3c3b..0fe642620657 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/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 |