diff options
author | jlam <jlam> | 2002-08-25 19:21:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 19:21:43 +0000 |
commit | 3d80364aa7d569b8fa9e6f1069f1c94550179218 (patch) | |
tree | c69c41be2f3b44bedceeee7e348c2ae58c476c6a /x11/xview | |
parent | 3bff324aa681cfea59a4a20f4bdd9520a4707593 (diff) | |
download | pkgsrc-3d80364aa7d569b8fa9e6f1069f1c94550179218.tar.gz |
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xview/Makefile b/x11/xview/Makefile index a20781c1ef0..766eb472556 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:07:28 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/25 19:24:02 jlam Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -16,7 +16,8 @@ DEPENDS+= xview-clients>=3.2.1:../xview-clients NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib -USE_X11= # defined +USE_BUILDLINK2= # defined +USE_X11BASE= # defined EXTRACT_ONLY= # empty NO_CHECKSUM= # defined |