diff options
-rw-r--r-- | x11-toolkits/libzvt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libzvt/files/patch-configure | 19 |
2 files changed, 14 insertions, 7 deletions
diff --git a/x11-toolkits/libzvt/Makefile b/x11-toolkits/libzvt/Makefile index cde771153..dc5a39d2a 100644 --- a/x11-toolkits/libzvt/Makefile +++ b/x11-toolkits/libzvt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libzvt PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 diff --git a/x11-toolkits/libzvt/files/patch-configure b/x11-toolkits/libzvt/files/patch-configure index d12986f77..c4ddc9ef7 100644 --- a/x11-toolkits/libzvt/files/patch-configure +++ b/x11-toolkits/libzvt/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD: ports/x11-toolkits/libzvt/files/patch-configure,v 1.1 2002/04/26 13:52:08 sobomax Exp $ - ---- configure 2002/04/26 13:00:17 1.1 -+++ configure 2002/04/26 13:01:55 -@@ -6884,6 +6884,7 @@ +--- configure.orig Mon Jun 24 11:41:40 2002 ++++ configure Sat Nov 30 21:02:28 2002 +@@ -7115,6 +7115,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,3 +8,13 @@ $FreeBSD: ports/x11-toolkits/libzvt/files/patch-configure,v 1.1 2002/04/26 13:52 # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -8339,6 +8340,9 @@ + case "$host" in + *-*-darwin*) + PTY_HELPER_GID=admin ++ ;; ++ *-*-freebsd*) ++ PTY_HELPER_GID=wheel + ;; + esac + |