diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-29 20:18:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-11-29 20:18:18 +0000 |
commit | 983062642da28e255f0ee20ba5146f5fac32eba4 (patch) | |
tree | 9f63504d6bfbeed72f19e4f4dc7ca712893c3394 /irc/netwalker-ircc | |
parent | f75ff4b46da5958b50f6d3ee4b4856c8b39ab659 (diff) | |
download | ports-983062642da28e255f0ee20ba5146f5fac32eba4.tar.gz ports-983062642da28e255f0ee20ba5146f5fac32eba4.zip |
Notes
Diffstat (limited to 'irc/netwalker-ircc')
-rw-r--r-- | irc/netwalker-ircc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile index cb466ce8285f..fc88d1f552a9 100644 --- a/irc/netwalker-ircc/Makefile +++ b/irc/netwalker-ircc/Makefile @@ -5,13 +5,14 @@ PORTNAME= netwalker-ircc PORTVERSION= 0.5.0 CATEGORIES= irc MASTER_SITES= CRITICAL -EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight curses-based IRC client LICENSE= GPLv2 +USES= tar:tgz + LDFLAGS+= -lncurses ${PTHREAD_LIBS} post-patch: |