diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:11:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:11:06 +0800 |
commit | b7313896fb86a61dbc6c3d85eacc92af3690bfd2 (patch) | |
tree | 1819988b93feb19b650b40d8be41a8908394ae75 /security/snort | |
parent | c50142c9fbf6b08d48ddb9fdb4304c09d56bab24 (diff) | |
download | freebsd-ports-graphics-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.gz freebsd-ports-graphics-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.zst freebsd-ports-graphics-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.zip |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 1cb2a66bad5..05bac250b56 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -136,7 +136,7 @@ CONFIGURE_ARGS+=--enable-react .if ${PORT_OPTIONS:MSNORTSAM} BROKEN= current snortsam patch fails to apply USE_AUTOTOOLS+= automake -USE_GNOME= pkgconfig +USES+= pkgconfig PATCH_SITES+= http://www.snortsam.net/files/snort-plugin/:snortsam PATCHFILES+= snortsam-2.9.2.2.diff.gz:snortsam .endif |