1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

devel/p5-UI-Dialog: remove optional dependency on expired KDE4

This commit is contained in:
Rene Ladan 2018-12-31 13:06:38 +00:00
parent 5c6f321edc
commit a79f76f0c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488777

View File

@ -19,23 +19,17 @@ RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote
RUN_DEPENDS+= cdialog:devel/cdialog
OPTIONS_DEFINE= KDE NEWT ZENITY
OPTIONS_DEFINE= NEWT ZENITY
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
KDE_RUN_DEPENDS= kdialog:x11/kde4-baseapps
NEWT_RUN_DEPENDS= whiptail:devel/newt
ZENITY_RUN_DEPENDS= zenity:x11/zenity
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MKDE}
DEPRECATED= KDE4 is EOL
EXPIRATION_DATE=2018-12-31
.endif
post-patch:
@${REINPLACE_CMD} -e "/self->{'_opts'}->{'bin'}/ s|dialog|c&|" ${WRKSRC}/lib/UI/Dialog/Backend/CDialog.pm