Comment out, it is not ready for prime

This commit is contained in:
Baptiste Daroussin 2014-10-08 18:28:27 +00:00
parent 8b64f094fe
commit 820cfcd281
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370475

View file

@ -7,14 +7,14 @@
WARNING+= "WITHOUT_NLS is deprecated use OPTIONS_UNSET=NLS instead"
.endif
.if defined(PKGORIGIN)
.for _c in ${CATEGORIES}
_CAT?= ${_c}
.endfor
.if ${.CURDIR:H:T} != ${_CAT}
DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives"
.endif
.endif
#.if defined(PKGORIGIN)
#.for _c in ${CATEGORIES}
#_CAT?= ${_c}
#.endfor
#.if ${.CURDIR:H:T} != ${_CAT}
#DEV_ERROR+= "The first entry in CATEGORIES should be the directory where the port lives"
#.endif
#.endif
#.if defined(WITHOUT_X11)
#WARNING+= "WITHOUT_X11 is deprecated use X11 option instead"