diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
commit | 88b492b029f8dc46d990b19c522bbae931c597d0 (patch) | |
tree | 85e51f0eab4b6fd29e00eb4c35134e96e53c579a /www/mod_gnutls | |
parent | d05bbd04160c3afe705e88719c0a3749c4229949 (diff) |
Notes
Diffstat (limited to 'www/mod_gnutls')
-rw-r--r-- | www/mod_gnutls/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile index 342092f0e37e..18be7dac2c4a 100644 --- a/www/mod_gnutls/Makefile +++ b/www/mod_gnutls/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgnutls.so:security/gnutls GNU_CONFIGURE= yes -USES= libtool pkgconfig tar:bzip2 -USE_APACHE= 24 +USES= apache:2.4 libtool pkgconfig tar:bzip2 DBDIR= ${PREFIX}/var/db/${PORTNAME} PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN} |