mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
13 lines
341 B
Text
13 lines
341 B
Text
--- spamlogd/Makefile.old Mon Apr 2 01:33:46 2007
|
|
+++ spamlogd/Makefile Sat Jun 23 15:29:03 2007
|
|
@@ -4,6 +4,10 @@
|
|
SRCS= spamlogd.c sync.c
|
|
MAN= spamlogd.8
|
|
|
|
+.if ${OSVERSION} < 601000
|
|
+SRCS+= ../spamd/strtonum.c
|
|
+.endif
|
|
+
|
|
CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../spamd
|
|
LDADD+= -lpcap -lcrypto -lmd
|
|
DPADD+= ${LIBPCAP} ${LIBMD}
|