diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
commit | caba8f13920ba59c5ab0bc38e172f28b3818db6d (patch) | |
tree | 8ac9cdd9abc3ce07d987b41f9fba182247e67552 /irc | |
parent | 0c3881a18539f867d366fa99c0b5e7aea8460cba (diff) | |
download | freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.gz freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.zst freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.zip |
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
Diffstat (limited to 'irc')
-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= * |