aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-16 21:20:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-16 21:20:57 +0000
commit28675b35b9b578c3c5ff576109ea1baf7461c31b (patch)
tree13b088d6b5c6ed87901e3e99519437a53226417d /lang
parentc40136b051898d49afcda53c10599fe5e8e0a6b9 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/ohugs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile
index 66b635b115d1..5dc44a28daf3 100644
--- a/lang/ohugs/Makefile
+++ b/lang/ohugs/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
BUILD_WRKSRC= ${WRKSRC}/src
-USES= bison
+USES= bison readline
LDFLAGS+= -lm -lreadline -ltermcap
.if ${PORT_OPTIONS:MX11}