diff options
Diffstat (limited to 'x11')
-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 |