summaryrefslogtreecommitdiff
path: root/x11/xview-clients/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xview-clients/Makefile')
-rw-r--r--x11/xview-clients/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile
index ecaaa66a8a3..cb98451ca4d 100644
--- a/x11/xview-clients/Makefile
+++ b/x11/xview-clients/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/05/02 21:46:08 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.18 2002/08/25 19:24:03 jlam Exp $
# $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp
#
@@ -10,13 +10,14 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= jlam@netbsd.org
COMMENT= OpenLook applications and man pages
-DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib
NOT_FOR_PLATFORM= *-*-alpha # it builds but everything segfaults...
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images
WRKSRC= ${WRKDIR}/${DISTNAME}/clients
+
+USE_BUILDLINK2= # defined
USE_IMAKE= # defined
post-patch:
@@ -29,4 +30,5 @@ post-patch:
${RM} -f $${file}.tmp; \
done
+.include "../../x11/xview-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"