diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
commit | efb93b17bd48d49105d00f52887445a53f7cd60b (patch) | |
tree | c69c41be2f3b44bedceeee7e348c2ae58c476c6a /x11/xview-clients/Makefile | |
parent | 653dc760d3901b3c7e67803c589352e8353a5030 (diff) | |
download | pkgsrc-efb93b17bd48d49105d00f52887445a53f7cd60b.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-clients/Makefile')
-rw-r--r-- | x11/xview-clients/Makefile | 6 |
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" |