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 | 7d566bd37aad0feba72a829862b74c00ec6a5772 (patch) | |
tree | c89b178e190a9a1c7464c7722d54a7e15ae0a240 /x11 | |
parent | d406f90bfaf5957e437a0244df9b7ed00be471e9 (diff) | |
download | pkgsrc-7d566bd37aad0feba72a829862b74c00ec6a5772.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" |