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 | |
parent | 5da7aa0c15efbe145eacfa5564f1294fb03c5f18 (diff) | |
download | pkgsrc-5db8bfa976aa44c086c4c821ebda5b9ff26dbc3b.tar.gz |
Depend on xview-config>=3.2.1nb1 to get xvmkmf.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/olvwm/Makefile | 4 | ||||
-rw-r--r-- | x11/xview-clients/Makefile | 7 | ||||
-rw-r--r-- | x11/xview-lib/Makefile | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/olvwm/Makefile b/x11/olvwm/Makefile index 91447c93430..12ed697384b 100644 --- a/x11/olvwm/Makefile +++ b/x11/olvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/09/13 22:50:35 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/10/16 06:39:27 jlam Exp $ # DISTNAME= olvwm4.src4 @@ -10,7 +10,7 @@ MAINTAINER= w.wnuk@zodiac.mimuw.edu.pl HOMEPAGE= http://www.akula.com/~jadler/sdo/olvwm/index.html DEPENDS+= xview-lib>=3.2.1:../xview-lib -DEPENDS+= xview-clients>=3.2.1:../xview-clients +DEPENDS+= xview-clients>=3.2.1nb1:../xview-clients USE_X11BASE= # defined USE_XPM= # defined 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 diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index f419fed4f70..7ea21143339 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/14 14:07:50 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2000/10/16 06:39:28 jlam Exp $ # $FreeBSD Id: Makefile,v 1.13 1997/07/17 15:13:03 max Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= jlam@netbsd.org -DEPENDS= xview-config>=3.2.1:../../x11/xview-config +DEPENDS= xview-config>=3.2.1nb1:../../x11/xview-config NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL |