mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Do not override USES (and unbreak when no TZ is set)
Reported by: pkg-fallout
This commit is contained in:
parent
2240b00eaa
commit
22a1796a55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381043
1 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,6 @@ COMMENT= Mono framework to create extensible applications
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
USES= mono
|
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= mono
|
GH_ACCOUNT= mono
|
||||||
GH_TAGNAME= ${DISTNAME}
|
GH_TAGNAME= ${DISTNAME}
|
||||||
|
@ -20,7 +18,7 @@ GNU_CONFIGURE= yes
|
||||||
USE_AUTOTOOLS= aclocal autoconf automake
|
USE_AUTOTOOLS= aclocal autoconf automake
|
||||||
ACLOCAL_ARGS= -I .
|
ACLOCAL_ARGS= -I .
|
||||||
AUTOMAKE_ARGS+= --gnu --add-missing
|
AUTOMAKE_ARGS+= --gnu --add-missing
|
||||||
USES= gmake pkgconfig
|
USES= gmake mono pkgconfig
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= GTK2
|
OPTIONS_DEFINE= GTK2
|
||||||
|
|
Loading…
Add table
Reference in a new issue