diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-03 11:26:48 +0000 |
commit | 0438143249634ab5028e53cb468d99a894c62995 (patch) | |
tree | 204c01c7973e83331fc29d8b09e59b3e9f219bd6 /net/rtg | |
parent | 68f48ea6c2e03359333e7b211625e51e06aa2026 (diff) | |
download | ports-0438143249634ab5028e53cb468d99a894c62995.tar.gz ports-0438143249634ab5028e53cb468d99a894c62995.zip |
Notes
Diffstat (limited to 'net/rtg')
-rw-r--r-- | net/rtg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/rtg/Makefile b/net/rtg/Makefile index 65c314ae75bb..c99a9e3ab911 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -43,15 +43,11 @@ WANT_PHP_WEB= yes USE_PHP= mysqli spl .endif -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} >= 800040 ) CFLAGS+= -fstack-protector LDFLAGS+= -fstack-protector -.endif post-patch: @${MV} ${WRKSRC}/etc/rtg.conf ${WRKSRC}/etc/rtg.conf.sample @${MV} ${WRKSRC}/etc/routers ${WRKSRC}/etc/routers.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> |