diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 05:20:57 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 05:20:57 +0800 |
commit | e6a03499a339611511a172a9de4230c2e7cf570c (patch) | |
tree | 13b088d6b5c6ed87901e3e99519437a53226417d /lang | |
parent | fa5d5b2b239f2a339057ee492ee8df80d50546be (diff) | |
download | freebsd-ports-gnome-e6a03499a339611511a172a9de4230c2e7cf570c.tar.gz freebsd-ports-gnome-e6a03499a339611511a172a9de4230c2e7cf570c.tar.zst freebsd-ports-gnome-e6a03499a339611511a172a9de4230c2e7cf570c.zip |
Fix build on -current.
Mysteries in this port remain, such as why it depends on libreadline.so.6
directly, and why it brings in X11 dependencies only if you turn the
X11 OPTION off.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ohugs/Makefile | 2 |
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} |