diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
commit | 27ba461c8e50a613d87c9f076bb701df10453684 (patch) | |
tree | 70478bd5a7a5379674d66d2abb0bfd8ad1e74bcd /editors/xemacs | |
parent | 5922dbcac1b287dcaab7e9535f386d5cce8201d6 (diff) | |
download | ports-27ba461c8e50a613d87c9f076bb701df10453684.tar.gz ports-27ba461c8e50a613d87c9f076bb701df10453684.zip |
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index b69d3c8dafc4..aead39d9fb67 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.19 1998/09/15 11:57:40 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/17 00:32:31 asami 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.3:${PORTSDIR}/graphics/png + png.2:${PORTSDIR}/graphics/png USE_GMAKE= yes STRIP= |