diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-02 15:41:47 +0000 |
| commit | 99d6d12a388dab91f415ddebd52c6a57e3a6347a (patch) | |
| tree | decf1f7754d8060ee740cd0c0edc9a51c04a0ec1 /math/plplot | |
| parent | 577806de96b111cab272c48a686bcca681cc6d4d (diff) | |
Notes
Diffstat (limited to 'math/plplot')
| -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|' \ |
