diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-09-18 06:27:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-09-18 06:28:07 +0000 |
commit | afd690c4e22491504d877bc6292830caee0f7288 (patch) | |
tree | 322a09b5e15055e891a101a112a6139145277a34 /editors | |
parent | 15354d020b7bbfdb6c70208f8f1c871ce02cd8ce (diff) |
Diffstat (limited to 'editors')
-rw-r--r-- | editors/cudatext/Makefile | 2 | ||||
-rw-r--r-- | editors/picpas/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index d88893f7cd91..d84d77b0e788 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -9,6 +9,8 @@ WWW= https://uvviewsoft.com/ LICENSE= MPL20 +ONLY_FOR_ARCHS= i386 amd64 + USES= desktop-file-utils dos2unix fpc gnome lazarus:flavors python xorg USE_XORG= x11 USE_GITHUB= yes diff --git a/editors/picpas/Makefile b/editors/picpas/Makefile index 4f35f3e7051a..14f84619a012 100644 --- a/editors/picpas/Makefile +++ b/editors/picpas/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/t-edson/PicPas LICENSE= GPLv2 +ONLY_FOR_ARCHS= i386 amd64 + gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 |