diff options
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index ff1b34b8e9ff..3b9add917222 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -63,6 +63,13 @@ SEARCH_LIB_DEPENDS= libxapian.so:databases/xapian-core SEARCH_PLIST_FILES= bin/doxyindexer \ bin/doxysearch.cgi +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE= 2019-03-15 +.endif + post-patch: @${REINPLACE_CMD} -e '/PERL_PATH/ s|/usr/bin/perl|${perl_CMD}|' \ ${WRKSRC}/src/config.xml |