diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 18:45:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 18:45:36 +0800 |
commit | e6b342444dbaa58e37f0bc70c20f9c06435a2102 (patch) | |
tree | 3bc0fdbb2a7caa810a5ef2ed9ca19be2fbb58a23 /sysutils/rsyslog7/Makefile | |
parent | 6addd8da3caef7bbf93565794652e90aebe9866e (diff) | |
download | freebsd-ports-gnome-e6b342444dbaa58e37f0bc70c20f9c06435a2102.tar.gz freebsd-ports-gnome-e6b342444dbaa58e37f0bc70c20f9c06435a2102.tar.zst freebsd-ports-gnome-e6b342444dbaa58e37f0bc70c20f9c06435a2102.zip |
Remove tests for unsupported FreeBSD versions
Diffstat (limited to 'sysutils/rsyslog7/Makefile')
-rw-r--r-- | sysutils/rsyslog7/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/rsyslog7/Makefile b/sysutils/rsyslog7/Makefile index fde774741c7d..e49838103c11 100644 --- a/sysutils/rsyslog7/Makefile +++ b/sysutils/rsyslog7/Makefile @@ -174,8 +174,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.if ${OSVERSION} < 700042 -USE_GCC= 4.2+ -.endif - .include <bsd.port.post.mk> |