diff options
-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> |