diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-24 16:33:46 -0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-24 16:33:46 -0800 |
commit | 71b167230419c85dcebd9e28ba3d7053f2fe6d08 (patch) | |
tree | 6ec3de7151935774b48260d3e38a21590be9a6fc /editors/picpas | |
parent | x11-fm/doublecmd: Update to 1.1.22 (diff) |
*/*: Bump PORTREVISION. editors/lazarus was updated to 3.8.0
Diffstat (limited to 'editors/picpas')
-rw-r--r-- | editors/picpas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index c62868af2625..cf2941e2c8e7 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -1,6 +1,6 @@ PORTNAME= picpas PORTVERSION= 0.9.0 -PORTREVISION= 16 +PORTREVISION= 17 DISTVERSIONPREFIX= v CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/t-edson/PicPas LICENSE= GPLv2 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= amd64 i386 gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 |