diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 06:50:59 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-06 06:50:59 +0800 |
commit | a45da9a0272ff4fbec55a72637b1d10a2631d5b4 (patch) | |
tree | 49ebd32e9d1eaacd803588c4fa128f8aa078e430 /sysutils | |
parent | 802a64f241bbe8e31d3c61bf17a64c70a1d9250d (diff) | |
download | freebsd-ports-gnome-a45da9a0272ff4fbec55a72637b1d10a2631d5b4.tar.gz freebsd-ports-gnome-a45da9a0272ff4fbec55a72637b1d10a2631d5b4.tar.zst freebsd-ports-gnome-a45da9a0272ff4fbec55a72637b1d10a2631d5b4.zip |
Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.
cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.
databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.
databases/mysql-workbench52:
- USES=libtool.
devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.
devel/liborcus:
- USES=libtool tar:bzip2.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-zip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-zip/Makefile b/sysutils/fusefs-zip/Makefile index 26e1b1978018..a722642a5196 100644 --- a/sysutils/fusefs-zip/Makefile +++ b/sysutils/fusefs-zip/Makefile @@ -2,6 +2,7 @@ PORTNAME= fuse-zip PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE |