summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1998-04-19 17:03:57 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1998-04-19 17:03:57 +0000
commit2eda704c1f27b483189797aa5112cbe55ea2c282 (patch)
tree497b27f693c6dd0ae8701d11c23fbd4ff4f5966c /graphics/gimp-app-devel
parentMove these fonts to lib/X11/fonts/misc (diff)
correct library dependency.
we indeed have libjpeg.so.8.0, my fault.
Notes
Notes: svn path=/head/; revision=10588
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 4588d41e1a7d..515519bafb86 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.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