1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix make fetch

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-07-29 19:53:17 +00:00
parent 9af4bbe9f8
commit 3a1de82f03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363381

View File

@ -13,6 +13,7 @@ COMMENT= Supposedly light, feature free identi.ca client
LICENSE= GPLv3 LICENSE= GPLv3
USES= tar:tgz
USE_PYTHON= yes USE_PYTHON= yes
USE_GNOME= desktopfileutils pygtk2 USE_GNOME= desktopfileutils pygtk2
@ -30,7 +31,7 @@ OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS} .if ${PORT_OPTIONS:MNLS}
USES+= gettext tar:tgz USES+= gettext
PLIST_SUB+= NLS="" PLIST_SUB+= NLS=""
.else .else
PLIST_SUB+= NLS="@comment " PLIST_SUB+= NLS="@comment "