diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-19 17:03:57 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-19 17:03:57 +0000 |
commit | 2eda704c1f27b483189797aa5112cbe55ea2c282 (patch) | |
tree | 497b27f693c6dd0ae8701d11c23fbd4ff4f5966c /graphics/gimp-devel | |
parent | Move these fonts to lib/X11/fonts/misc (diff) |
correct library dependency.
we indeed have libjpeg.so.8.0, my fault.
Diffstat (limited to 'graphics/gimp-devel')
-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 4588d41e1a7d..515519bafb86 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.26 1998/04/17 13:31:15 erich Exp $ +# $Id: Makefile,v 1.27 1998/04/19 11:37:17 andreas Exp $ # MAJOR= 0 @@ -25,7 +25,7 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= aa\\.1\\.:${PORTSDIR}/graphics/aalib -LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png |