diff options
author | jlam <jlam> | 2000-10-16 06:39:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-16 06:39:27 +0000 |
commit | 5db8bfa976aa44c086c4c821ebda5b9ff26dbc3b (patch) | |
tree | 6ded2dd8e9831c9644ea3b7638a662e359fdf829 /x11/xview-clients | |
parent | 5da7aa0c15efbe145eacfa5564f1294fb03c5f18 (diff) | |
download | pkgsrc-5db8bfa976aa44c086c4c821ebda5b9ff26dbc3b.tar.gz |
Depend on xview-config>=3.2.1nb1 to get xvmkmf.
Diffstat (limited to 'x11/xview-clients')
-rw-r--r-- | x11/xview-clients/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 7da2a3da299..9c668e0b848 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/09/14 14:07:49 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/10/16 06:39:28 jlam Exp $ # $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp # @@ -9,7 +9,10 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jlam@netbsd.org -DEPENDS= xview-lib>=3.2.1:../../x11/xview-lib +DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib + +# Need the following for xvmkmf +DEPENDS+= xview-config>=3.2.1nb1:../../xview-config NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL |