diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-08 22:16:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-08 22:16:57 +0800 |
commit | fa0e646ddf6f3ea81b2d045740a5bed6ae2f939d (patch) | |
tree | b2c87fc2797ebd5d8451b8a73b0001c8cdb67b95 | |
parent | 754ff8a813781eb923201554ebd05ab8c5dcc163 (diff) | |
download | freebsd-ports-gnome-fa0e646ddf6f3ea81b2d045740a5bed6ae2f939d.tar.gz freebsd-ports-gnome-fa0e646ddf6f3ea81b2d045740a5bed6ae2f939d.tar.zst freebsd-ports-gnome-fa0e646ddf6f3ea81b2d045740a5bed6ae2f939d.zip |
Fix LIB_DEPENDS
-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//} |