diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /editors/xemacs | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) | |
download | ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.tar.gz ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.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 7b548cc38f1b..10e489ff7b02 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.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= |