diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-17 23:19:47 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-17 23:19:47 +0800 |
commit | ade9525d4fa348d8131f6fa408a11c7b4af2342c (patch) | |
tree | 091194276b0539cbe559bddb595de4d84daf0c26 /security/pond | |
parent | a1d02158ae6b7f82629efe29a8af887ec11cb41e (diff) | |
download | freebsd-ports-gnome-ade9525d4fa348d8131f6fa408a11c7b4af2342c.tar.gz freebsd-ports-gnome-ade9525d4fa348d8131f6fa408a11c7b4af2342c.tar.zst freebsd-ports-gnome-ade9525d4fa348d8131f6fa408a11c7b4af2342c.zip |
- Convert security/trousers to USES=libtool and bump dependent ports
- Use standard USE_AUTOTOOLS
- Add INSTALL_TARGET=install-strip
- Drop PTHREAD_LIBS
Diffstat (limited to 'security/pond')
-rw-r--r-- | security/pond/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pond/Makefile b/security/pond/Makefile index 84208064fe72..32c08fad0800 100644 --- a/security/pond/Makefile +++ b/security/pond/Makefile @@ -2,6 +2,7 @@ PORTNAME= pond PORTVERSION= 20140120 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://c-s.li/ports/ DISTFILES= pond-20140120.tar.gz \ |