mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
bddfdf2afa
Our syslog-ng upline recommends the meta-port bump to 313. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit / syslog-ng upstream
9 lines
164 B
Makefile
9 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 36 37 39 310 311 312 313
|
|
SYSLOG_NG_VERSION?= 313
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|