diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-08 14:16:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-08 14:16:57 +0000 |
commit | f7cf2435ca5a6b18015a7490496dd307b4c8dcb2 (patch) | |
tree | b2c87fc2797ebd5d8451b8a73b0001c8cdb67b95 /lang/ohugs | |
parent | 11036f98d4256a6cf6f32fb200eabcb52e98ebee (diff) | |
download | ports-f7cf2435ca5a6b18015a7490496dd307b4c8dcb2.tar.gz ports-f7cf2435ca5a6b18015a7490496dd307b4c8dcb2.zip |
Notes
Diffstat (limited to 'lang/ohugs')
-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 d70ecce85a5c..66b635b115d1 100644 --- a/lang/ohugs/Makefile +++ b/lang/ohugs/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= X11 LIB_DEPENDS= libreadline.so.6:${PORTSDIR}/devel/readline .if empty(PORT_OPTIONS:MX11) -LIB_DEPENDS= libTix8.4.3.0.so:${PORTSDIR}/x11-toolkits/tix +LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} |