diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:46:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:46:15 +0800 |
commit | d1fac7b50d149f2bf015727a6a210b5d05776782 (patch) | |
tree | 6ed83418dcf67346df14dbfc83651f5197bee4d7 /graphics/tiff | |
parent | 2ce05100c16e7a23ab775f3d6572871aed3d57bc (diff) | |
download | freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.gz freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.zst freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.zip |
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.)
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 73c7834ee89d..7b0663715521 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.7 1998/04/15 21:39:25 jseger Exp $ +# $Id: Makefile,v 1.8 1998/05/04 20:23:10 jseger Exp $ # DISTNAME= tiff-v3.4 @@ -16,7 +16,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org -LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ |