diff options
author | joerg <joerg> | 2006-01-31 11:44:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-31 11:44:53 +0000 |
commit | 5e97a7d576dac16ce42df5852f0b2a0d3325afdb (patch) | |
tree | 88af504e05dab815bc48ba43475d9a18511d5079 /x11 | |
parent | feda268d27dc2b60c94efeb8acd4fcbdeb5ba471 (diff) | |
download | pkgsrc-5e97a7d576dac16ce42df5852f0b2a0d3325afdb.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')
-rw-r--r-- | x11/xterm/Makefile | 7 | ||||
-rw-r--r-- | x11/xterm/options.mk | 4 |
2 files changed, 8 insertions, 3 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} diff --git a/x11/xterm/options.mk b/x11/xterm/options.mk index e48b59fbd7f..9a20bf9a74f 100644 --- a/x11/xterm/options.mk +++ b/x11/xterm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2006/01/13 17:54:44 joerg Exp $ +# $NetBSD: options.mk,v 1.3 2006/01/31 11:44:53 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xterm PKG_SUPPORTED_OPTIONS= xterm-luit freetype @@ -23,6 +23,6 @@ CONFIGURE_ARGS+= --enable-luit .if !empty(PKG_OPTIONS:Mfreetype) CONFIGURE_ARGS+= --enable-freetype -.include "../../graphics/freetype2/buildlink3.mk" +.include "../../fonts/Xft2/buildlink3.mk" .endif |