diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 12:53:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 12:53:37 +0000 |
commit | 8eb919206378c92f91ad7441b80d9618099522ec (patch) | |
tree | 604ce922635d720bbd8f87a189db3cb516693d5f /www/mod_security | |
parent | 1a87b2a6379c4cd7797766d05d810d946f15744b (diff) | |
download | freebsd-ports-8eb919206378c92f91ad7441b80d9618099522ec.zip |
www: Add missing USES=gnome
Diffstat (limited to 'www/mod_security')
-rw-r--r-- | www/mod_security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index fa69096e0607..27d9afe680af 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libgdbm.so:databases/gdbm \ libexpat.so:textproc/expat2 -USES= apache:2.4+ perl5 pkgconfig shebangfix bdb +USES= apache:2.4+ bdb gnome perl5 pkgconfig shebangfix USE_GNOME= libxml2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in |