diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-19 14:59:44 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-19 14:59:44 +0800 |
commit | aec844ee82ad0e900799e222272da2c78da71bea (patch) | |
tree | 2533b43d455b2e63b84a921993dde36cc4242ba5 | |
parent | 450c479890a6780e2e50cfefc8b9a47765a488ec (diff) | |
download | freebsd-ports-gnome-aec844ee82ad0e900799e222272da2c78da71bea.tar.gz freebsd-ports-gnome-aec844ee82ad0e900799e222272da2c78da71bea.tar.zst freebsd-ports-gnome-aec844ee82ad0e900799e222272da2c78da71bea.zip |
- Fix ownership on all installed files.
- Bump PORTREVISION.
PR: ports/120181
Submitted by: Math <b1ff@fr33.b33r.net>
Approved by: gabor (mentor, implicit)
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 5398d126ef70..f5873c03b4b6 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -10,7 +10,7 @@ PORTNAME= rxvt PORTVERSION= 2.6.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= x11 MASTER_SITES= SF @@ -19,7 +19,7 @@ COMMENT= A low memory usage xterm replacement that supports color USE_XORG= xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ +CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-ttygid \ --with-xpm --enable-xpm-background --enable-transparency \ --with-xpm-includes=${LOCALBASE}/include/X11 \ --with-xpm-library=${LOCALBASE}/lib |