diff options
author | hans <hans> | 2012-03-02 16:25:39 +0000 |
---|---|---|
committer | hans <hans> | 2012-03-02 16:25:39 +0000 |
commit | 465e701c207373393d800cb854775f931886245c (patch) | |
tree | 0858a51e203b55a0a2936d355726db0dcec19996 /devel/error | |
parent | 2b8d98c7011c79f0f9e481aa9ac43257507bdcad (diff) | |
download | pkgsrc-465e701c207373393d800cb854775f931886245c.tar.gz |
Uses cdefs.
Diffstat (limited to 'devel/error')
-rw-r--r-- | devel/error/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile index 308073c6bb4..fdfd0b71cc9 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/03/11 11:22:22 zafer Exp $ +# $NetBSD: Makefile,v 1.9 2012/03/02 16:25:39 hans Exp $ # DISTNAME= error-0.0 @@ -10,6 +10,7 @@ COMMENT= Insert compiler errors in source files as comments PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 |