aboutsummaryrefslogtreecommitdiff
path: root/security/vlock
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-19 19:35:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-19 19:35:54 +0000
commitbab5493fe0edf3f26785688d3904fe1f39dc73d4 (patch)
treeab2dbb07845898cf652e6f1ac97c77967f1368d2 /security/vlock
parent715348923ebcb8f170f1fa637ff5ad8441dafe3c (diff)
downloadports-bab5493fe0edf3f26785688d3904fe1f39dc73d4.tar.gz
ports-bab5493fe0edf3f26785688d3904fe1f39dc73d4.zip
- Fix caca module in runtime
Notes
Notes: svn path=/head/; revision=215304
Diffstat (limited to 'security/vlock')
-rw-r--r--security/vlock/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/vlock/Makefile b/security/vlock/Makefile
index 310a502e75f2..449602e52097 100644
--- a/security/vlock/Makefile
+++ b/security/vlock/Makefile
@@ -65,6 +65,9 @@ PLIST_SUB+= PL_CACASAVER=""
PLIST_SUB+= PL_CACASAVER="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lncurses|-lm|' ${WRKSRC}/modules/Makefile
+
pre-install:
if ! pw groupshow ${VLOCKGRP}; then pw groupadd ${VLOCKGRP} -g ${VLOCKGID}; fi