summaryrefslogtreecommitdiff
path: root/x11/xview-clients
diff options
context:
space:
mode:
authorwiz <wiz>2000-10-21 23:10:26 +0000
committerwiz <wiz>2000-10-21 23:10:26 +0000
commitc2719dbf125da9839b211d0e695325dbfa5e847a (patch)
treec450da65ccdbbda23fd40cf5785dc217ed40db5f /x11/xview-clients
parentfe202594e5d41b989819f3c1c4b8cc0d01cedba4 (diff)
downloadpkgsrc-c2719dbf125da9839b211d0e695325dbfa5e847a.tar.gz
reorder lines for pkglint, fix DEPENDS line, remove whitespace
Diffstat (limited to 'x11/xview-clients')
-rw-r--r--x11/xview-clients/Makefile7
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"