diff options
author | jlam <jlam> | 2007-09-08 21:57:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-09-08 21:57:57 +0000 |
commit | e61b45ba0c4e39a0749d225bb740e02dc55f8b1d (patch) | |
tree | 090b4461321e87c968b099c0a26b69c4da29ff20 /news/cg | |
parent | 04b96c22b176a8925e7d97a770e4caabd4eb8f56 (diff) | |
download | pkgsrc-e61b45ba0c4e39a0749d225bb740e02dc55f8b1d.tar.gz |
Convert to use the features framework.
Diffstat (limited to 'news/cg')
-rw-r--r-- | news/cg/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile index b6bae7a3877..c11506f09b6 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/09/06 21:51:53 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/09/08 21:57:58 jlam Exp $ # DISTNAME= cg-0.4 @@ -11,16 +11,7 @@ COMMENT= Semi-automatic newsgroup binary downloader GNU_CONFIGURE= YES USE_TOOLS+= lex +USE_FEATURES= regcomp TEST_TARGET= check -.include "../../mk/bsd.prefs.mk" - -.if !empty(LOWER_OPSYS:Mirix5*) -. include "../../pkgtools/libnbcompat/inplace.mk" # <regex.h> -SUBST_CLASSES+= regex_h -SUBST_STAGE.regex_h= post-patch -SUBST_FILES.regex_h= checkgroup.c -SUBST_SED.regex_h= -e "s,<regex\.h>,<nbcompat/regex.h>," -.endif - .include "../../mk/bsd.pkg.mk" |