diff options
author | hans <hans@pkgsrc.org> | 2011-12-21 16:47:05 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-12-21 16:47:05 +0000 |
commit | 7176828932432ca800d68c02519c6238ef630aef (patch) | |
tree | c89b178e190a9a1c7464c7722d54a7e15ae0a240 /x11 | |
parent | 9483c762c899ce2fddbb0ea2ba97251a9629199a (diff) | |
download | pkgsrc-7176828932432ca800d68c02519c6238ef630aef.tar.gz |
Requires devel/gettext-lib. Reportet by Artem Falcon.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/clisp-new-clx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/clisp-new-clx/Makefile b/x11/clisp-new-clx/Makefile index c5db559fcd7..8ac98b04570 100644 --- a/x11/clisp-new-clx/Makefile +++ b/x11/clisp-new-clx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/04/20 18:36:16 hans Exp $ +# $NetBSD: Makefile,v 1.2 2011/12/21 16:47:05 hans Exp $ # CLISP_MODULE= clx/new-clx @@ -18,6 +18,7 @@ MAKE_JOBS_SAFE= no post-configure: (cd ${WRKSRC}/modules && ${CC} ${CPPFLAGS} ${CFLAGS} -o ccmp2c ../utils/ccmp2c.c) +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXau/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |