diff options
author | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
commit | ae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /editors | |
parent | 517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff) | |
download | pkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index dcdf687706d..858ec4a1ebe 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $NetBSD: Makefile,v 1.8 1998/01/29 14:48:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/01/30 13:57:03 agc Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -28,10 +28,10 @@ MAINTAINER= agc@netbsd.org WITH_SOUND= .endif -LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png +LIB_DEPENDS= Xaw3d.6.:${PORTSDIR}/x11/Xaw3d \ + Xpm.4.:${PORTSDIR}/graphics/xpm \ + jpeg.7.:${PORTSDIR}/graphics/jpeg \ + png.0.:${PORTSDIR}/graphics/png #USE_GMAKE= yes STRIP= |