diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 15:11:27 +0000 |
commit | 3ce0f2180809f6e79ba77264143a3d1b824a8d54 (patch) | |
tree | 20e1ada1d8086dd795eda0a0236243d21c6aaeba /misc/grun/Makefile | |
parent | 5f8e11b89300cab751e82ccf7569f3305f04f3bc (diff) |
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
Notes
Notes:
svn path=/head/; revision=368108
Diffstat (limited to 'misc/grun/Makefile')
-rw-r--r-- | misc/grun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/grun/Makefile b/misc/grun/Makefile index 6220e730253f..8009d9d916ed 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -3,7 +3,7 @@ PORTNAME= grun PORTVERSION= 0.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/ |