From f4d7c801f854ff4fad4642d62b23bae798962615 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Fri, 7 Nov 2003 09:12:58 +0000
Subject: Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
---
 www/bk2site/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'www/bk2site')

diff --git a/www/bk2site/Makefile b/www/bk2site/Makefile
index 972b9109ab03..9cce042987b3 100644
--- a/www/bk2site/Makefile
+++ b/www/bk2site/Makefile
@@ -16,9 +16,8 @@ MAINTAINER=	clive@FreeBSD.org
 COMMENT=	Transforms Netscape bookmarks into a Yahoo-like website
 
 .include <bsd.port.pre.mk>
-APXS=		${LOCALBASE}/sbin/apxs
 .if exists(${APXS})
-RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+RUN_DEPENDS=	${APXS}:${PORTSDIR}/${APACHE_PORT}
 
 # Specify these directories in relative paths to ${PREFIX}.
 .if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)
-- 
cgit v1.2.3