diff options
author | cy <cy@FreeBSD.org> | 2016-07-01 06:54:24 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-07-01 06:54:24 +0800 |
commit | 1a5369efec3236eb69bf01a48274f1d82a052177 (patch) | |
tree | ab2d4069a851b7753507000426b0c19efb5c9473 /sysutils | |
parent | f3cefcd365806f28580543c9ed0a51e48b6d1ad1 (diff) | |
download | freebsd-ports-gnome-1a5369efec3236eb69bf01a48274f1d82a052177.tar.gz freebsd-ports-gnome-1a5369efec3236eb69bf01a48274f1d82a052177.tar.zst freebsd-ports-gnome-1a5369efec3236eb69bf01a48274f1d82a052177.zip |
Remove syslog-ng34 and syslog-ng35 as supported sub-ports which
were removed by r417846.
Pointy hat to: rene@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/syslog-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index 955bf17f8228..aa7fb10e3603 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -VERSIONS= 34 35 36 37 +VERSIONS= 36 37 SYSLOG_NG_VERSION?= 37 MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION} |