diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | 4dc064b0c51daf8a534869cf647ddda8f27693df (patch) | |
tree | ffea49d9cc67b8576749be804de23181e7a3f61a /x11/dgs/Makefile | |
parent | Upgrade 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.)
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 42aa9b05ee1d..fffd6d254c1b 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -3,7 +3,7 @@ # Date created: 22 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.1.1.1 1998/07/13 02:19:24 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/05 09:31:41 asami Exp $ # DISTNAME= dgs-0.5.0 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= Nakai@technologist.com -LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 |