diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-06-02 12:31:51 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-06-02 12:31:51 +0000 |
commit | e5af19180c33261bfbc79545ef827d6d5af7cf83 (patch) | |
tree | bc10eebd9e122240702041d97b5b1ec71d1123e3 /irc/gseen.mod | |
parent | 4fc149bb2623caa673717a55ff3883f57e55751f (diff) | |
download | ports-e5af19180c33261bfbc79545ef827d6d5af7cf83.tar.gz ports-e5af19180c33261bfbc79545ef827d6d5af7cf83.zip |
Notes
Diffstat (limited to 'irc/gseen.mod')
-rw-r--r-- | irc/gseen.mod/Makefile | 5 |
1 files 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: |