diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-10 13:25:00 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-04-10 13:25:00 -0500 |
commit | 72d87b850d2e01ee82f6a591dceb8e79226d2f5d (patch) | |
tree | 93544541d4b035cf24fe7d7acd7149fbe213696d | |
parent | editors/lazarus-*devel: Fix build and pkg-plist issues (diff) |
editors/lazarus-qt5: Bump PORTREVISION. qt5pas was updated to newest source code
-rw-r--r-- | editors/lazarus-qt5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/lazarus-qt5/Makefile b/editors/lazarus-qt5/Makefile index 938a74a8fea2..c23c7c3a3856 100644 --- a/editors/lazarus-qt5/Makefile +++ b/editors/lazarus-qt5/Makefile @@ -1,3 +1,5 @@ +PORTREVISION= 1 + PKGNAMESUFFIX?= -qt5 COMMENT= Portable Delphi-like IDE for the FreePascal compiler (QT5) |