Comment out, it is not ready for prime
This commit is contained in:
parent
8b64f094fe
commit
820cfcd281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370475
1 changed files with 8 additions and 8 deletions
|
@ -7,14 +7,14 @@
|
||||||
WARNING+= "WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead"
|
WARNING+= "WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(PKGORIGIN)
|
#.if defined(PKGORIGIN)
|
||||||
.for _c in ${CATEGORIES}
|
#.for _c in ${CATEGORIES}
|
||||||
_CAT?= ${_c}
|
#_CAT?= ${_c}
|
||||||
.endfor
|
#.endfor
|
||||||
.if ${.CURDIR:H:T} != ${_CAT}
|
#.if ${.CURDIR:H:T} != ${_CAT}
|
||||||
DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives"
|
#DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives"
|
||||||
.endif
|
#.endif
|
||||||
.endif
|
#.endif
|
||||||
|
|
||||||
#.if defined(WITHOUT_X11)
|
#.if defined(WITHOUT_X11)
|
||||||
#WARNING+= "WITHOUT_X11 is deprecated use X11 option instead"
|
#WARNING+= "WITHOUT_X11 is deprecated use X11 option instead"
|
||||||
|
|
Loading…
Reference in a new issue