diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /graphics/xaos | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.zip FreeBSD-ports-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz |
Bump png's major number to 3.
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 0ede976..0bf57ba 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: Joseph Koshy <koshy@india.hp.com> # -# $Id: Makefile,v 1.8 1998/09/17 00:50:49 asami Exp $ +# $Id: Makefile,v 1.9 1998/11/29 12:43:08 asami Exp $ # DISTNAME= XaoS-3.0 @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= graphics MAINTAINER= jkoshy@freebsd.org -LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png USE_XLIB= yes |