diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:18:18 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:18:18 +0800 |
commit | 983dfcac71bb756d562237adf003d8b87f0bb3d3 (patch) | |
tree | 9f63504d6bfbeed72f19e4f4dc7ca712893c3394 /irc | |
parent | 55ca5c9123caf41cbe9b2c38c0ae54609ae7b462 (diff) | |
download | freebsd-ports-gnome-983dfcac71bb756d562237adf003d8b87f0bb3d3.tar.gz freebsd-ports-gnome-983dfcac71bb756d562237adf003d8b87f0bb3d3.tar.zst freebsd-ports-gnome-983dfcac71bb756d562237adf003d8b87f0bb3d3.zip |
Convert to USES=tar:tgz
Diffstat (limited to 'irc')
-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: |