diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-03 14:31:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-03 14:31:14 +0000 |
commit | 67b69792af3783d142f6646354dd5862b3580330 (patch) | |
tree | 58f2654c1bea84dbcef7e627d1faf2e48d8b1651 /textproc | |
parent | d78ee9706fa60290d2c69af143254783ad92228a (diff) | |
download | pkgsrc-67b69792af3783d142f6646354dd5862b3580330.tar.gz |
Follow boost library name changes.
Diffstat (limited to 'textproc')
-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" |