diff options
author | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-09-20 19:14:22 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-09-20 19:15:43 +0200 |
commit | c5a4527b76f62d319fd85a8fcbf500133f772df9 (patch) | |
tree | 156bdc3adc2e0ad156795904b030b56790575f8b | |
parent | security/lego: Update 4.25.2 => 4.26.0 (diff) |
devel/svn2git: Migrate to Qt6
PR: 289590
Reported by: diizzy
-rw-r--r-- | devel/svn2git/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/svn2git/Makefile b/devel/svn2git/Makefile index 5ebf54091988..aa6abe12061f 100644 --- a/devel/svn2git/Makefile +++ b/devel/svn2git/Makefile @@ -1,5 +1,6 @@ PORTNAME= svn2git DISTVERSION= 1.0.20 +PORTREVISION= 1 CATEGORIES= devel kde MAINTAINER= uzsolt@FreeBSD.org @@ -21,10 +22,10 @@ LIB_DEPENDS+= libsvn_client-1.so:devel/subversion RUN_DEPENDS= p5-subversion>=0:devel/p5-subversion .endif -USES= compiler:c++11-lang qmake qt:5 +USES= compiler:c++11-lang qmake qt:6 USE_GITHUB= yes GH_ACCOUNT= svn-all-fast-export -USE_QT= core +USE_QT= 5compat base QMAKE_ARGS= APR_INCLUDE=${LOCALBASE}/include/apr-1 \ SVN_INCLUDE=${LOCALBASE}/include/subversion-1 \ SVN_LIBDIR=${LOCALBASE}/lib |