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/hydra | |
parent | c50142c9fbf6b08d48ddb9fdb4304c09d56bab24 (diff) | |
download | freebsd-ports-gnome-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.gz freebsd-ports-gnome-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.zst freebsd-ports-gnome-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/hydra')
-rw-r--r-- | security/hydra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/hydra/Makefile b/security/hydra/Makefile index c3e92a204cdd..d88620bca4f8 100644 --- a/security/hydra/Makefile +++ b/security/hydra/Makefile @@ -21,7 +21,7 @@ CONFLICTS= hydra-[0-9]* NO_LATEST_LINK= yes PLIST_FILES= bin/hydra bin/pw-inspector bin/dpl4hydra.sh GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_OPENSSL= yes WANT_GNOME= yes @@ -48,7 +48,8 @@ LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion .endif .if ${PORT_OPTIONS:MX11} -USE_GNOME= gtk20 pkgconfig +USES+= pkgconfig +USE_GNOME= gtk20 PLIST_FILES+= bin/xhydra MAN1+= xhydra.1 .else |