mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
net-p2p/awgg: Fix build on i386
- Bump PORTREVISION Reported by: pkg-fallout
This commit is contained in:
parent
f5182f6ace
commit
21bcfa01f3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user