diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-28 09:49:15 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-28 09:49:15 +0000 |
commit | 17ea689cea1a24663694f86e9160e7c95cd468d4 (patch) | |
tree | 1b05bc41f47e2cb247342a5a8720794dce4b4b4d /irc/weechat-devel | |
parent | 29b0c54995cde7009a2737b4cd0a28bba7c6dd50 (diff) | |
download | FreeBSD-ports-17ea689cea1a24663694f86e9160e7c95cd468d4.zip FreeBSD-ports-17ea689cea1a24663694f86e9160e7c95cd468d4.tar.gz |
Add missing USE_LDCONFIG
Approved by: az@ (maintainer)
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 5d06822f..ff2144f 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -17,6 +17,7 @@ COMMENT= A lightweight and user friendly ncurse based IRC client USE_BZIP2= yes USE_ICONV= yes USE_AUTOTOOLS= autoconf:259 +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-lua |