diff options
Diffstat (limited to 'sysutils/mapchan/Makefile')
-rw-r--r-- | sysutils/mapchan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/mapchan/Makefile b/sysutils/mapchan/Makefile index 6ff2aaed1e93..a8bd091bf5d3 100644 --- a/sysutils/mapchan/Makefile +++ b/sysutils/mapchan/Makefile @@ -5,12 +5,11 @@ PORTNAME= mapchan PORTVERSION= 3.2 CATEGORIES= sysutils converters MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= bsam@FreeBSD.org COMMENT= Transform the input and output of a terminal (SCO Unix alike) -USES= iconv +USES= iconv tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= STAGEDIR=${STAGEDIR} MAPDIR=${STAGEDIR}${PREFIX}/etc/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include |