diff options
Diffstat (limited to 'devel/cmph/Makefile')
-rw-r--r-- | devel/cmph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cmph/Makefile b/devel/cmph/Makefile index 68498a880dc..6cd76258d75 100644 --- a/devel/cmph/Makefile +++ b/devel/cmph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/04/17 17:41:40 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/12 08:01:00 marino Exp $ DISTNAME= cmph-1.1 PKGREVISION= 1 @@ -18,4 +18,6 @@ GNU_CONFIGURE= yes TEST_DIRS= tests TEST_TARGET= check +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../mk/bsd.pkg.mk" |