diff options
Diffstat (limited to 'www/mod_xml2enc/Makefile')
-rw-r--r-- | www/mod_xml2enc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_xml2enc/Makefile b/www/mod_xml2enc/Makefile index 53dd53273ae7..95801225c6be 100644 --- a/www/mod_xml2enc/Makefile +++ b/www/mod_xml2enc/Makefile @@ -20,7 +20,7 @@ USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes SHORTMODNAME= xml2enc -USE_BZIP2= yes +USES= tar:bzip2 USE_GNOME= libxml2 AP_INC+= ${LOCALBASE}/include/libxml2 -I${WRKSRC} |