diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 19:49:58 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 19:49:58 +0000 |
commit | 574f6deb06d89352dc7b54bd8408d268382f256a (patch) | |
tree | 90e9c679c7b1ca33c72823bf9a8d7ef91ae2f2ad /editors/xemacs21 | |
parent | 0c3969be9875e8512dd0b53655fdb2fb1a1b0ae5 (diff) | |
download | ports-574f6deb06d89352dc7b54bd8408d268382f256a.tar.gz ports-574f6deb06d89352dc7b54bd8408d268382f256a.zip |
Notes
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 550aa4918428..cce8aa276985 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.9 1998/02/16 14:38:26 steve Exp $ +# $Id: Makefile,v 1.10 1998/03/02 01:38:47 obrien Exp $ # DISTNAME= xemacs-20.3 @@ -23,7 +23,7 @@ MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.2\\.:${PORTSDIR}/graphics/png USE_GMAKE= yes STRIP= |