summaryrefslogtreecommitdiff
path: root/app/xterm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-11 06:42:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-05-11 06:42:51 +0000
commit65aa7f68d46973c27ed469406b0eafcc3bcc4052 (patch)
tree0464c1c46a31de23c95d679042187b5318e33a8b /app/xterm
parenteadcf769ff8c67af6ac67203672f6ee2e52d4f76 (diff)
libXaw needs libXpm.
Diffstat (limited to 'app/xterm')
-rw-r--r--app/xterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/Makefile b/app/xterm/Makefile
index e16647d83..a4086a4b6 100644
--- a/app/xterm/Makefile
+++ b/app/xterm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2007/04/14 16:11:13 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2007/05/11 06:42:50 matthieu Exp $
SUBDIR= resize
@@ -12,7 +12,7 @@ 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 \
+LDADD+= -L${X11BASE}/lib -lXaw -lXpm -lXt -lSM -lICE \
-lXmu -lXft -lXrender -lX11 -lXext -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lutil -ltermcap -lz