diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 06:39:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 06:39:14 +0000 |
commit | 18dbe4987a55082a41336f41208788cd72e3b81d (patch) | |
tree | 8ac9cdd9abc3ce07d987b41f9fba182247e67552 /irc/scrollz/Makefile | |
parent | 190b0c8bac593709991f2cc7057f8f9a36075ae2 (diff) | |
download | ports-18dbe4987a55082a41336f41208788cd72e3b81d.tar.gz ports-18dbe4987a55082a41336f41208788cd72e3b81d.zip |
Notes
Diffstat (limited to 'irc/scrollz/Makefile')
-rw-r--r-- | irc/scrollz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 85a70df00d1f..9f2451836b1a 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -12,12 +12,12 @@ DISTNAME= ScrollZ-${PORTVERSION} MAINTAINER= mdv@unsavoury.net COMMENT= Enhanced ircII client that supports scripts, colors, and more -USES= iconv ncurses -USE_GMAKE= yes +USES= gmake iconv ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-ipv6 --enable-regexp --enable-iconv MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz" +MAKE_JOBS_UNSAFE= yes PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}" PORTDATA= * |