diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-31 11:44:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-31 11:44:53 +0000 |
commit | 54279214688861ca35af0a789ba0476ff3936254 (patch) | |
tree | 88af504e05dab815bc48ba43475d9a18511d5079 /x11/xterm/Makefile | |
parent | 68ec7443f1839671bea29ce59a96a4210bcf9512 (diff) | |
download | pkgsrc-54279214688861ca35af0a789ba0476ff3936254.tar.gz |
Option freetype needs Xft2, not freetype. Fix buildlink reference.
Install xterm setuid root on DragonFly, needed for tty permission change
and utmp. Bump revision.
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r-- | x11/xterm/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 9b4e49450f2..beef7016feb 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2006/01/19 20:23:33 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/31 11:44:53 joerg Exp $ DISTNAME= xterm-208 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ EXTRACT_SUFX= .tgz @@ -21,6 +22,10 @@ CONFIGURE_ARGS+= --enable-wide-chars .include "options.mk" +.if ${OPSYS} == "DragonFly" +CONFIGURE_ARGS+= --with-setuid +.endif + .if ${OPSYS} == "SunOS" INSTALL_FILE= ${WRKDIR}/INSTALL DEINSTALL_FILE= ${INSTALL_FILE} |