diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 18:09:31 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-25 05:44:05 +0000 |
commit | 6d80d443e54577ebe4001a7e06716c7c256c3f64 (patch) | |
tree | 4c09d7a6a0039b7468b3cd1e6362ef5607fadddd | |
parent | d775565a3b3bfa4f3cb935a471f347aea64dcdd5 (diff) |
astro/phd2: use wx 3.2
PR: 265093
-rw-r--r-- | astro/phd2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/phd2/Makefile b/astro/phd2/Makefile index f695790543ac..cb9c8e6117a1 100644 --- a/astro/phd2/Makefile +++ b/astro/phd2/Makefile @@ -1,7 +1,7 @@ PORTNAME= phd2 DISTVERSIONPREFIX=v DISTVERSION= 2.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MAINTAINER= acm@FreeBSD.org @@ -21,7 +21,7 @@ USES= cmake eigen:3 gettext ninja pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= OpenPHDGuiding -USE_WX= 3.1+ +USE_WX= 3.2+ USE_XORG= x11 WX_COMPS= wx @@ -30,7 +30,8 @@ CMAKE_ARGS+= -DUSE_SYSTEM_GTEST:BOOL=YES \ -DUSE_SYSTEM_CFITSIO:BOOL=YES \ -DUSE_SYSTEM_LIBUSB:BOOL=YES \ -DUSE_SYSTEM_LIBINDI:BOOL=YES \ - -DUSE_SYSTEM_EIGEN3:BOOL=YES + -DUSE_SYSTEM_EIGEN3:BOOL=YES \ + -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.2-config .include <bsd.port.options.mk> |