diff options
author | asami <asami@FreeBSD.org> | 1998-09-23 00:19:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-23 00:19:14 +0800 |
commit | 782caa10e2c56bc5e20b6dd59d3326944d4f0fbf (patch) | |
tree | 794a958b6fdb4d586746a566961fb8e9ba51edcd /graphics/aview | |
parent | 399a865c74fbbb531b03ab49acefee58afe5928e (diff) | |
download | freebsd-ports-graphics-782caa10e2c56bc5e20b6dd59d3326944d4f0fbf.tar.gz freebsd-ports-graphics-782caa10e2c56bc5e20b6dd59d3326944d4f0fbf.tar.zst freebsd-ports-graphics-782caa10e2c56bc5e20b6dd59d3326944d4f0fbf.zip |
aalib now supports ELF.
Diffstat (limited to 'graphics/aview')
-rw-r--r-- | graphics/aview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index 35a7a779859..e3dd30a1c91 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 18 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.1.1.1 1997/12/24 07:39:24 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/04/11 18:21:21 vanilla Exp $ # DISTNAME= aview-1.2 @@ -14,7 +14,7 @@ MAINTAINER= frankch@waru.life.nthu.edu.tw RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick -LIB_DEPENDS= aa\\.1\\.:${PORTSDIR}/graphics/aalib +LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib GNU_CONFIGURE= YES |