diff options
author | joerg <joerg@pkgsrc.org> | 2015-09-12 16:55:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-09-12 16:55:02 +0000 |
commit | 0638e9a080bdee987173f41611974e61f87de119 (patch) | |
tree | 430a2a529eae2f21a7b5af5c8bb1e85d7c400679 /textproc/ots | |
parent | 70592589fae939892c7fd498a85d1a53808bdadf (diff) | |
download | pkgsrc-0638e9a080bdee987173f41611974e61f87de119.tar.gz |
Needs pkg-config.
Diffstat (limited to 'textproc/ots')
-rw-r--r-- | textproc/ots/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile index f71497b59ac..d0c30853d4f 100644 --- a/textproc/ots/Makefile +++ b/textproc/ots/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/08/31 12:16:52 nros Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/12 16:55:02 joerg Exp $ DISTNAME= ots-0.5.0 CATEGORIES= textproc @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_TOOLS+= pkg-config MAKE_JOBS_SAFE= no PKGCONFIG_OVERRIDE+= libots-1.pc.in |