diff options
Diffstat (limited to 'korean/mod_url')
-rw-r--r-- | korean/mod_url/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/korean/mod_url/Makefile b/korean/mod_url/Makefile index 0da5b3cb5a9..5be0466ddde 100644 --- a/korean/mod_url/Makefile +++ b/korean/mod_url/Makefile @@ -14,11 +14,8 @@ MAINTAINER= cjh@FreeBSD.org COMMENT= Apache module for manipulating euc-kr encoded URL LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} -APXS?= ${LOCALBASE}/sbin/apxs -APACHE_PORT?= ${PORTSDIR}/www/apache13 +USE_APACHE= yes do-extract: ${MKDIR} ${WRKSRC} |