1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build in -current

This commit is contained in:
Doug Barton 2003-02-02 12:08:56 +00:00
parent 163138ea7d
commit 03814734e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74468

View File

@ -24,6 +24,12 @@ CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/share/apache/cgi-bin \
--with-config-dir=${PREFIX}/etc/htdig \
--with-default-config-file=${PREFIX}/etc/htdig/htdig.conf
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500037
CONFIGURE_ENV+= CXXFLAGS=-Wno-deprecated CPPFLAGS=-Wno-deprecated
.endif
BUILD_TARGET= depends all
post-patch:
@ -43,4 +49,4 @@ post-patch:
post-install:
@ ${MV} ${PREFIX}/etc/htdig/htdig.conf ${PREFIX}/etc/htdig/htdig.conf.sample
.include <bsd.port.mk>
.include <bsd.port.post.mk>