diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-04-15 23:36:26 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-04-15 23:36:26 +0800 |
commit | f592c451b1c70bf5bdbd74bdcb3c4504b11beb20 (patch) | |
tree | 09e1281095cd1deaec12ab15246eac24bb9244f5 /irc/bitchx/Makefile | |
parent | 10e15b21237a0ac97026b0c0227f1d254bbb46d5 (diff) | |
download | freebsd-ports-gnome-f592c451b1c70bf5bdbd74bdcb3c4504b11beb20.tar.gz freebsd-ports-gnome-f592c451b1c70bf5bdbd74bdcb3c4504b11beb20.tar.zst freebsd-ports-gnome-f592c451b1c70bf5bdbd74bdcb3c4504b11beb20.zip |
Patch to make TCL work in BitchX.
PR: 26571
Submitted by: MAINTAINER
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 2ae299c91924..90ddcb100c96 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --exec-prefix="${PREFIX}/share" \ --datadir="${PREFIX}/share" \ --libdir="${PREFIX}/share" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L{LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" MAN1= BitchX.1 |