diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /textproc/htdig | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Notes
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 8836f9a28b62..af7feb508ff8 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -46,10 +46,6 @@ CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} .endif -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${PATCHDIR}/RELENG_4-patch-htnet_SSLConnection.cc -.endif - post-patch: @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|' |