diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-09 13:32:50 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-09 13:32:50 -0500 |
commit | 21bcfa01f391f204f1d0ac72f7e1829147bc6433 (patch) | |
tree | 06f85a16abfd7e4f6e8eb00c839bff0845e9e062 /net-p2p | |
parent | f5182f6ace9a08af2d327daf9c2fc118d8e387d4 (diff) | |
download | freebsd-ports-21bcfa01f391f204f1d0ac72f7e1829147bc6433.zip |
net-p2p/awgg: Fix build on i386
- Bump PORTREVISION
Reported by: pkg-fallout
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/awgg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile index 36e7d31cd684..65e601d07141 100644 --- a/net-p2p/awgg/Makefile +++ b/net-p2p/awgg/Makefile @@ -1,6 +1,6 @@ PORTNAME= awgg DISTVERSION= 0.6.0.6034-beta -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -36,7 +36,7 @@ DESKTOP_ENTRIES="AWGG" \ USE_GNOME_gtk2= cairo USE_GNOME+= ${USE_GNOME_${FLAVOR}} -LAZBUILD_ARGS= -d +LAZBUILD_ARGS= -d --cpu=${ARCH:S/amd64/x86_64/g} LAZARUS_PROJECT_FILES= src/awgg.lpi post-patch: |