diff options
Diffstat (limited to 'net/heybuddy/Makefile')
-rw-r--r-- | net/heybuddy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/heybuddy/Makefile b/net/heybuddy/Makefile index 679372a1abe1..948c23110187 100644 --- a/net/heybuddy/Makefile +++ b/net/heybuddy/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \ http://freebsd.grindcore.ch/distfiles/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Supposedly light, feature free identi.ca client @@ -31,7 +30,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext tar:tgz PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |