summaryrefslogtreecommitdiff
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
commit4dc064b0c51daf8a534869cf647ddda8f27693df (patch)
treeffea49d9cc67b8576749be804de23181e7a3f61a /graphics/imlib2
parentUpgrade to 0.74, and use gtk11 now. (diff)
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp support.)
Notes
Notes: svn path=/head/; revision=13147
Diffstat (limited to 'graphics/imlib2')
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 8fe1f0267948..a0362f82cba8 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.26 1998/08/07 23:56:26 asami Exp $
+# $Id: Makefile,v 1.27 1998/08/25 01:38:22 vanilla Exp $
#
DISTNAME= imlib-1.7
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
- jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \
gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11