diff options
author | leot <leot@pkgsrc.org> | 2016-03-10 12:58:25 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-03-10 12:58:25 +0000 |
commit | 9e3d1a49204a72aa14d428fa79b2f3df45c92595 (patch) | |
tree | eb708c6e6978db8a64765fa3d0d5f41c82bb7476 | |
parent | fe87cd322e757caffdcc9f6d6836eb182b714547 (diff) | |
download | pkgsrc-9e3d1a49204a72aa14d428fa79b2f3df45c92595.tar.gz |
Needs pkg-config.
-rw-r--r-- | x11/st-term/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/st-term/Makefile b/x11/st-term/Makefile index b734767dbf3..4af312555bf 100644 --- a/x11/st-term/Makefile +++ b/x11/st-term/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/02/02 16:31:43 leot Exp $ +# $NetBSD: Makefile,v 1.2 2016/03/10 12:58:25 leot Exp $ DISTNAME= st-0.6 PKGNAME= ${DISTNAME:S/-/-term-/} @@ -12,6 +12,8 @@ LICENSE= mit MAKE_JOBS_SAFE= no +USE_TOOLS+= pkg-config + SUBST_CLASSES+= configdefh configmk makefile SUBST_STAGE.configdefh= pre-configure SUBST_STAGE.configmk= pre-configure |