diff options
Diffstat (limited to 'devel/p4')
-rw-r--r-- | devel/p4/Makefile.common | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p4/Makefile.common b/devel/p4/Makefile.common index d12f98cd254..f76a885f5a4 100644 --- a/devel/p4/Makefile.common +++ b/devel/p4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:51:15 grant Exp $ +# $NetBSD: Makefile.common,v 1.8 2005/05/22 22:29:50 rillig Exp $ # P4_VERS= 2002.1 @@ -6,9 +6,8 @@ PKGNAME= ${DISTNAME}-${P4_VERS} CATEGORIES= devel MAINTAINER= schmonz@NetBSD.org -NO_PATCH= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes WRKSRC= ${WRKDIR} DIST_SUBDIR= perforce |