From d7a77406df5bb20ed71b2c64b2dfe547e324e3e4 Mon Sep 17 00:00:00 2001 From: tj Date: Sat, 2 Jun 2012 12:31:51 +0000 Subject: - Mark as MAKE_JOBS_UNSAFE. - Fix portlint warning. PR: ports/167600 Submitted by: Bryan Drewery Approved by: eadler (mentor) Approved by: maintainer timeout (4 weeks) --- irc/gseen.mod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/irc/gseen.mod/Makefile b/irc/gseen.mod/Makefile index c7259349cd95..f52b27f3a6fb 100644 --- a/irc/gseen.mod/Makefile +++ b/irc/gseen.mod/Makefile @@ -15,17 +15,18 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/dev/} MAINTAINER= gerrit.beine@gmx.de COMMENT= A seen-module for the eggdrop IRC bot -USE_TCL= 85+ - EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop +USE_TCL= 85+ + WRKSRC= ${WRKDIR}/eggdrop CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \ --with-tclinc=${TCL_INCLUDEDIR}/tcl.h +MAKE_JOBS_UNSAFE= yes GNU_CONGFIGURE= yes do-extract: -- cgit