summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-11 06:54:21 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-11 06:54:21 +0000
commit7baf783bc621880c4824e5290f2d00e375d12e33 (patch)
tree260d28cd8d27a1b52f363ba348d599772fea31ae /app/xterm
parent65aa7f68d46973c27ed469406b0eafcc3bcc4052 (diff)
resize doesn't need X libs.
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/resize/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/xterm/resize/Makefile b/app/xterm/resize/Makefile
index a64d123f9..032aa2a6c 100644
--- a/app/xterm/resize/Makefile
+++ b/app/xterm/resize/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2007/04/09 19:11:43 matthieu Exp $
+# $OpenBSD: Makefile,v 1.2 2007/05/11 06:54:20 matthieu Exp $
PROG= resize
MAN= resize.1
@@ -9,9 +9,6 @@ CPPFLAGS+= -I${.CURDIR}/.. -I${X11BASE}/include \
-I${X11BASE}/include/freetype2 \
-DHAVE_CONFIG_H -DCSRG_BASED \
-DFUNCPROTO=15 -DNARROWPROTO -DXFREE86_FT2 -DUTMP
-LDADD+= -L${X11BASE}/lib -lXaw -lXt -lSM -lICE \
- -lXmu -lXft -lXrender -lX11 -lXext -lXau -lXdmcp \
- -lfontconfig -lexpat -lfreetype -lutil -ltermcap -lz
X11BASE?= /usr/X11R6
MANDIR= ${X11BASE}/man/cat