mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Define PORTDATA conditionally
PR: ports/174806 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
This commit is contained in:
parent
5ad931a9d6
commit
1ab7eef6d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309738
@ -23,7 +23,6 @@ CONFLICTS= tinker-[0-9]*
|
||||
|
||||
MAN1= diffuse.1
|
||||
PORTDOCS= AUTHORS ChangeLog ChangeLog_ru README README_ru
|
||||
PORTDATA= syntax
|
||||
|
||||
OPTIONS_DEFINE= DATA DOCS MENU NLS
|
||||
DATA_DESC= Enable syntax highlighting support
|
||||
@ -33,6 +32,10 @@ OPTIONS_DEFAULT= DATA MENU
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDATA}
|
||||
PORTDATA= syntax
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MMENU}
|
||||
USE_GNOME+= desktopfileutils
|
||||
PLIST_SUB+= MENU=""
|
||||
|
Loading…
Reference in New Issue
Block a user