diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 23:11:27 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 23:11:27 +0800 |
commit | 3ce0f2180809f6e79ba77264143a3d1b824a8d54 (patch) | |
tree | 20e1ada1d8086dd795eda0a0236243d21c6aaeba /audio/autozen | |
parent | 5f8e11b89300cab751e82ccf7569f3305f04f3bc (diff) | |
download | freebsd-ports-gnome-3ce0f2180809f6e79ba77264143a3d1b824a8d54.tar.gz freebsd-ports-gnome-3ce0f2180809f6e79ba77264143a3d1b824a8d54.tar.zst freebsd-ports-gnome-3ce0f2180809f6e79ba77264143a3d1b824a8d54.zip |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Diffstat (limited to 'audio/autozen')
-rw-r--r-- | audio/autozen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index 1559dc78e21a..4bfbce4eaded 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -3,7 +3,7 @@ PORTNAME= autozen PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= ftp://ftp.springdaemons.com/soft/ \ http://www.sourcefiles.org/Miscellaneous/ |