1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- use libgnuregex from ports

PR:		252246
Submitted by:	Kyle Evans
This commit is contained in:
Dirk Meyer 2021-01-07 09:48:50 +00:00
parent 25344df0a4
commit a567409874
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560695
2 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= ifmail
PORTVERSION= 2.15
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= news comms
MASTER_SITES= SUNSITE/system/fido
@ -12,6 +12,8 @@ COMMENT= FidoNet(tm) support package for UN*X platform
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/README
LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex
USES= shebangfix
USERS= ifmail
CFLAGS+= -DHAS_STDARG_H -Wall
@ -48,6 +50,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
do-configure:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|' \
${WRKSRC}/CONFIG
pre-install:

View File

@ -101,11 +101,12 @@
# SunOS:
#LIBS =
# Solaris:
@@ -276,6 +276,9 @@ LIBS = -lndbm
@@ -276,6 +276,10 @@ LIBS = -lndbm
#LIBS = -lcposix -lmalloc -ldbm -linet -lPW
# NeXTSTEP
#LIBS = -lgdbm -lposix
+# FreeBsd:
+LDFLAGS = -L%%LOCALBASE%%/lib
+LIBS = -lgnuregex
+