diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-23 15:05:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-23 15:05:35 +0800 |
commit | bf949ff3db58a62b42d076950b561228c71c0238 (patch) | |
tree | 71ab6a9c20a9b49e40a4412121c246c45916a81f /editors/xemacs20 | |
parent | 4a255760a8bf48becbeecc6bee7481e3971f1a1c (diff) | |
download | freebsd-ports-graphics-bf949ff3db58a62b42d076950b561228c71c0238.tar.gz freebsd-ports-graphics-bf949ff3db58a62b42d076950b561228c71c0238.tar.zst freebsd-ports-graphics-bf949ff3db58a62b42d076950b561228c71c0238.zip |
Bump png's major number to 3.
Diffstat (limited to 'editors/xemacs20')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 7b548cc38f1..10e489ff7b0 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $ +# $Id: Makefile,v 1.24 1999/01/04 03:29:20 steve Exp $ # DISTNAME= xemacs-20.4 @@ -20,7 +20,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png USE_GMAKE= yes STRIP= |