diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 05:07:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 05:07:19 +0000 |
commit | 77b07c735b1479d4bae88a3578dde6f1a8490d90 (patch) | |
tree | 77916abf7205bca99521f0d478817756d594142d /x11/libgnome/Makefile | |
parent | 3b17676449a522ca8b1c1d848daa6c070d2c7422 (diff) | |
download | ports-77b07c735b1479d4bae88a3578dde6f1a8490d90.tar.gz ports-77b07c735b1479d4bae88a3578dde6f1a8490d90.zip |
Notes
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index a4d16826a6d6..bc4a0fb11e0e 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 1.2.9 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs @@ -46,4 +45,8 @@ post-patch: @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c +# need to make launched gnome-terminals appear in utmp/wtmp +post-install: + @${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper + .include <bsd.port.mk> |