diff options
author | wiz <wiz> | 2000-10-21 23:10:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-21 23:10:26 +0000 |
commit | c0fc601f55cb39b0a32e813c2adbb36c54de7f6a (patch) | |
tree | c450da65ccdbbda23fd40cf5785dc217ed40db5f /x11 | |
parent | 7044f72b8898d46921b7b95e4162647aabbf6f51 (diff) | |
download | pkgsrc-c0fc601f55cb39b0a32e813c2adbb36c54de7f6a.tar.gz |
reorder lines for pkglint, fix DEPENDS line, remove whitespace
Diffstat (limited to 'x11')
-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" |