diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:49:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 15:49:56 +0000 |
commit | 90996e8d8b1c2b0bf288d45efef2e44233ad77ba (patch) | |
tree | b1e0599f5f7d80f005d1e64341460824012fc851 | |
parent | - Switch to USES=localbase (diff) |
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=438183
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 5f832654acab..efea169b98a7 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -34,12 +34,4 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGSSAPI_BASE} && ${OSVERSION} < 903504 -post-patch: - ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ - ${WRKSRC}/Makefile.in -.endif - .include <bsd.port.mk> |