diff options
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 8cc1eab57b8..a48fea8b89b 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/06/20 01:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2009/12/03 14:31:14 joerg Exp $ # DISTNAME= source-highlight-2.9 @@ -27,8 +27,6 @@ TEST_TARGET= check CONFIGURE_ARGS+= --with-boost-regex -BUILDLINK_TRANSFORM+= l:boost_regex:boost_regex-mt - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |