cat/zcad: remove qt4 flavor handling

Approved by:	portmgr (implicit)
This commit is contained in:
Tobias C. Berner 2019-03-17 09:06:01 +00:00
parent c21b692e52
commit 96752e4abc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496037

View file

@ -45,10 +45,6 @@ OPTIONS_DEFINE= DOCS
MAKE_ENV+= GUI=gtk2
.endif
.if ${FLAVOR:Uqt4:Mqt4}
MAKE_ENV+= GUI=qt
.endif
post-patch:
@${EGREP} -lR 'IFN?DEF LINUX' ${BUILD_WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -E '/IFN?DEF LINUX/s,LINUX,UNIX,g'