diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-19 01:30:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-19 01:30:24 +0800 |
commit | dedadf5fd9c04b06b0baaf7af503fd48d3a9e109 (patch) | |
tree | 7271d515af3cc8f2cc964da3ea5116e0eea723fb /security/lsh | |
parent | 3fae2e64f770a682b9634a2edbbe6855fbbd13f4 (diff) | |
download | freebsd-ports-gnome-dedadf5fd9c04b06b0baaf7af503fd48d3a9e109.tar.gz freebsd-ports-gnome-dedadf5fd9c04b06b0baaf7af503fd48d3a9e109.tar.zst freebsd-ports-gnome-dedadf5fd9c04b06b0baaf7af503fd48d3a9e109.zip |
- Switch devel/liboop to USES=libtool, drop .la files
- Fix glib2 detection by adding USES=pkgconfig
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 793d80c43dc5..1117205054a0 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= lsh PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= GNU |