diff options
author | snj <snj@pkgsrc.org> | 2004-04-28 00:05:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-28 00:05:24 +0000 |
commit | 1ed23f0cd0f58db8a55cee2ea1277495fa587012 (patch) | |
tree | 38d799b8e0d9d5001f68eddcf5153a9c47fca315 /x11/xview-clients/Makefile | |
parent | 6efb70a98d60feb9df62265767dda9a5b3d76e85 (diff) | |
download | pkgsrc-1ed23f0cd0f58db8a55cee2ea1277495fa587012.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/xview-clients/Makefile')
-rw-r--r-- | x11/xview-clients/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 78c450cc0e6..1e6c84ef29a 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/04/22 23:15:02 snj Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/28 00:05:24 snj Exp $ # $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp # @@ -18,7 +18,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images WRKSRC= ${WRKDIR}/${DISTNAME}/clients -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_IMAKE= # defined post-patch: @@ -31,5 +31,5 @@ post-patch: ${RM} -f $${file}.tmp; \ done -.include "../../x11/xview-lib/buildlink2.mk" +.include "../../x11/xview-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |