diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-21 23:10:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-21 23:10:26 +0000 |
commit | 0cd1a44d5b48bc06ce13308e9bc2008fe349bc0c (patch) | |
tree | c450da65ccdbbda23fd40cf5785dc217ed40db5f /x11/xview-clients/Makefile | |
parent | f0aeb8c6750dfff368439f62525c7d8789993bfc (diff) | |
download | pkgsrc-0cd1a44d5b48bc06ce13308e9bc2008fe349bc0c.tar.gz |
reorder lines for pkglint, fix DEPENDS line, remove whitespace
Diffstat (limited to 'x11/xview-clients/Makefile')
-rw-r--r-- | x11/xview-clients/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 9c668e0b848..a9385624933 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/10/16 06:39:28 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/10/21 23:10:26 wiz Exp $ # $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp # @@ -10,9 +10,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jlam@netbsd.org DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib - # Need the following for xvmkmf -DEPENDS+= xview-config>=3.2.1nb1:../../xview-config +DEPENDS+= xview-config>=3.2.1nb1:../../x11/xview-config NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL @@ -29,6 +28,6 @@ post-patch: -e "s,@X11BASE@,${X11BASE},g" \ < $${file}.tmp > $${file}; \ ${RM} -f $${file}.tmp; \ - done + done .include "../../mk/bsd.pkg.mk" |