summaryrefslogtreecommitdiff
path: root/devel/clisp-syscalls
diff options
context:
space:
mode:
authormarino <marino>2011-12-02 20:47:04 +0000
committermarino <marino>2011-12-02 20:47:04 +0000
commit24b48183264146fc8e2f0dbf750a9f9c91844dfc (patch)
treed057c372c46f1c40596039102c01488c06968b5d /devel/clisp-syscalls
parentfd2b6144aeecef3a3dc75999d2fb304328815772 (diff)
downloadpkgsrc-24b48183264146fc8e2f0dbf750a9f9c91844dfc.tar.gz
devel/clisp-syscalls: Add gettext-lib buildlink for DragonFly
clisp-syscalls still doesn't build (it's broken on NetBSD too), but it is known now that it will need gettext-lib if/when the other issues are resolved.
Diffstat (limited to 'devel/clisp-syscalls')
-rw-r--r--devel/clisp-syscalls/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/clisp-syscalls/Makefile b/devel/clisp-syscalls/Makefile
index eee0ab181d7..dc5b0a3398c 100644
--- a/devel/clisp-syscalls/Makefile
+++ b/devel/clisp-syscalls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/04/20 18:57:22 hans Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/02 20:47:04 marino Exp $
#
CLISP_MODULE= syscalls
@@ -18,5 +18,6 @@ MAKE_JOBS_SAFE= no
post-patch:
(cd ${WRKSRC} && ${CP} -p src/gllib/mbrtowc.c modules/syscalls/gllib)
-
+
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"