diff options
Diffstat (limited to 'x11-toolkits/soqt/Makefile')
-rw-r--r-- | x11-toolkits/soqt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index f1c3c1812dae..ad3741d904f3 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -1,5 +1,5 @@ PORTNAME= SoQt -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 PORTEPOCH= 1 CATEGORIES= x11-toolkits # cannot USE_GITHUB: submodules required, distfile built by upstream @@ -27,6 +27,8 @@ LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib CMAKE_ARGS+= -DSOQT_USE_QT5=off -DSOQT_USE_QT6=on -DSOQT_VERBOSE="ON" CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include +PLIST_SUB+= DISTVERSION=${DISTVERSION} + WRKSRC= ${WRKDIR}/soqt .include <bsd.port.mk> |