aboutsummaryrefslogtreecommitdiff
path: root/www/mod_v2h/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-04-09 14:48:01 +0000
committerClement Laforet <clement@FreeBSD.org>2005-04-09 14:48:01 +0000
commit4a2503baf09cb1f704b0975e6e5120c3a4a18ab2 (patch)
tree422ff1549672cae26d0f9c9c06ebe3ed66dc0d3e /www/mod_v2h/Makefile
parent0dfa9df70e913936551ed93f3c1baba07c834b85 (diff)
downloadports-4a2503baf09cb1f704b0975e6e5120c3a4a18ab2.tar.gz
ports-4a2503baf09cb1f704b0975e6e5120c3a4a18ab2.zip
Notes
Diffstat (limited to 'www/mod_v2h/Makefile')
-rw-r--r--www/mod_v2h/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/www/mod_v2h/Makefile b/www/mod_v2h/Makefile
index 4a9053f14d35..af3296a4a7d9 100644
--- a/www/mod_v2h/Makefile
+++ b/www/mod_v2h/Makefile
@@ -11,26 +11,22 @@ CATEGORIES= www
MASTER_SITES= http://www.fractal.net/files/
DISTNAME= mod_v2h
-MAINTAINER= apache@FreeBSD.org
+MAINTAINER= apache@FreeBSD.org
COMMENT= A mass virtual hosting module for Apache with support
-BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
+BUILD_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
-RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
+RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \
${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client
-WRKSRC= ${WRKDIR}/$(DISTNAME)-2
+WRKSRC= ${WRKDIR}/${DISTNAME}-2
USE_REINPLACE= yes
USE_PERL5_RUN= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
.if ${ARCH} == "amd64"
-BROKEN= "Does not compile on amd64 (missing -fPIC)"
+CFLAGS= -fPIC
.endif
post-patch: