aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-01-10 17:56:20 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-01-10 17:56:20 +0000
commitaad85f9120ef3dcda15cbc51e926f3d690e0dd4e (patch)
tree1e93406b058d428fb118fecca9f86369aaf2b095 /comms
parent94e1338d7ebeb279bae00729778dbfbebda92fb2 (diff)
downloadports-aad85f9120ef3dcda15cbc51e926f3d690e0dd4e.tar.gz
ports-aad85f9120ef3dcda15cbc51e926f3d690e0dd4e.zip
comms/acfax: fix the build against -CURRENT
libgnuregex has been removed in FreeBSD 13.0. The version in base had a number of known or likely bugs associated with it, so just use the newer and more stable port on all supported FreeBSD versions. PR: 252247 MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561096
Diffstat (limited to 'comms')
-rw-r--r--comms/acfax/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile
index bdeef880b654..d2182f7a7305 100644
--- a/comms/acfax/Makefile
+++ b/comms/acfax/Makefile
@@ -3,7 +3,7 @@
PORTNAME= acfax
PORTVERSION= 0.981011
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= ftp://ftp.funet.fi/pub/ham/unix/Linux/misc/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
@@ -13,7 +13,8 @@ COMMENT= Receive faxes using sound card and radio
LICENSE= GPLv2
-LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
+LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d \
+ libgnuregex.so.6:devel/libgnuregex
USES= imake xorg