summaryrefslogtreecommitdiff
path: root/plan9/9term
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-10-04 23:14:56 +0000
committersimonb <simonb@pkgsrc.org>1999-10-04 23:14:56 +0000
commita54a5b9eac1065a7ebf2ebabca7ed43fce22b9de (patch)
tree5960a8086f494625f193825c89bdc1d47015ecb7 /plan9/9term
parent780c502cc50b4407ff41ca2bbc13bf87f722086c (diff)
downloadpkgsrc-a54a5b9eac1065a7ebf2ebabca7ed43fce22b9de.tar.gz
Add USE_X11=yes so ELF can find the X11 libraries.
Diffstat (limited to 'plan9/9term')
-rw-r--r--plan9/9term/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/plan9/9term/Makefile b/plan9/9term/Makefile
index fe25083e579..c53fee5fdc3 100644
--- a/plan9/9term/Makefile
+++ b/plan9/9term/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/09/21 03:16:07 hubertf Exp $
+# $NetBSD: Makefile,v 1.20 1999/10/04 23:14:56 simonb Exp $
# FreeBSD Id: Makefile,v 1.5 1996/12/07 23:43:56 asami Exp
#
@@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~matty/9term/index.html
+USE_X11= yes
+
# needs library and private header, but not during runtime
BUILD_DEPENDS= ${BUILD_ROOT}/plan9/sam/${WRKDIR:T}/libframe/libframe.a:../../plan9/sam:all