diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
commit | af1ffdc6f0cbc1adec637503b2f8d75194078e0c (patch) | |
tree | 52d981a1a19e7c1ea0cf3e4713ce472976f287d4 /textproc/htdig | |
parent | 6af25df168f21f64dabc40a69fa7308a400a4b17 (diff) |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=143148
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 29f43cece526..96f6b6ce5b88 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -38,6 +38,7 @@ MAN1= htdig.1 htdig-pdfparser.1 htdump.1 htfuzzy.1 htload.1 \ htmerge.1 htnotify.1 htpurge.1 htsearch.1 htstat.1 rundig.1 MAN8= htdigconfig.8 +APACHE_COMPAT= YES .include <bsd.port.pre.mk> |