diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 19:52:14 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 19:52:14 +0800 |
commit | 9c32eec0fe3df37ab77099dddc0ec35a2997aaf0 (patch) | |
tree | aea2fcfb420a674515dd07057ed47a18a5a3e74f /textproc | |
parent | c84bdcfe49703d7408b6f1eba097ff819211d782 (diff) | |
download | freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.tar.gz freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.tar.zst freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.zip |
- 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)
Diffstat (limited to 'textproc')
-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> |