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:
parent
9af4bbe9f8
commit
3a1de82f03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363381
@ -13,6 +13,7 @@ COMMENT= Supposedly light, feature free identi.ca client
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= tar:tgz
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= desktopfileutils pygtk2
|
||||
|
||||
@ -30,7 +31,7 @@ OPTIONS_DEFINE= NLS
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext tar:tgz
|
||||
USES+= gettext
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
|
Loading…
Reference in New Issue
Block a user