diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-25 04:02:23 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-25 04:02:23 +0000 |
commit | 1a8691119ca9cf615a7c9ca16c49393b8bf01dd8 (patch) | |
tree | 6ddde7c8ed4adb2c05398ee196f414b71f8097a6 /devel/splint | |
parent | df0bac14de9e862dd52a99592e838c0eb22d25c0 (diff) | |
download | ports-1a8691119ca9cf615a7c9ca16c49393b8bf01dd8.tar.gz ports-1a8691119ca9cf615a7c9ca16c49393b8bf01dd8.zip |
Notes
Diffstat (limited to 'devel/splint')
-rw-r--r-- | devel/splint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index 5846dce983d9..7990d5c8568b 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -3,7 +3,7 @@ # Date created: 9 September 1996 # Whom: moeding # -# $Id: Makefile,v 1.2 1996/12/12 05:21:36 asami Exp $ +# $Id: Makefile,v 1.3 1998/07/03 23:36:18 steve Exp $ # DISTNAME= lclint-2.4b @@ -15,6 +15,7 @@ MAINTAINER= s.moeding@ndh.net GNU_CONFIGURE= yes USE_GMAKE= yes +NO_PACKAGE= "doesn't respect $CFLAGS" do-build: @(cd ${WRKSRC}; ${GMAKE}) |