diff options
Diffstat (limited to 'math/plplot/Makefile')
-rw-r--r-- | math/plplot/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 34b6d4bb8b25..35825c3ddc66 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -108,6 +108,13 @@ WXGTK_CMAKE_ON= -DwxWidgets_CONFIG_EXECUTABLE:FILEPATH="${WX_CONFIG}" X11_USE= XORG=ice,sm,x11,xext X11_CMAKE_BOOL= PLD_xcairo PLD_xwin +.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 \ 's|dl dlopen|c dlopen|' \ |