summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-02-04 18:54:35 +0000
committeragc <agc@pkgsrc.org>1999-02-04 18:54:35 +0000
commit19d2aaa44b7a9b95f3abe22161be02b2ab5e6fff (patch)
treea901d53c27cc109cecfc41d87c5d27c4293d51ca
parentca7f20731ea1874fba42dee6f0707ad6d6f997e4 (diff)
downloadpkgsrc-19d2aaa44b7a9b95f3abe22161be02b2ab5e6fff.tar.gz
Set USE_X11=yes, to denote that the package uses X11 libraries and
headers to build (from Tim Rightnour).
-rw-r--r--editors/sam/Makefile4
-rw-r--r--editors/wily/Makefile3
-rw-r--r--plan9/9menu/Makefile4
-rw-r--r--plan9/sam/Makefile4
-rw-r--r--plan9/wily/Makefile3
5 files changed, 13 insertions, 5 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
index 339e924ff58..00708d24ace 100644
--- a/editors/sam/Makefile
+++ b/editors/sam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp
#
@@ -20,4 +20,6 @@ OPSYS!= uname -s
MANCOMPRESSED= yes
.endif
+USE_X11= yes
+
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
index 91bd3218733..fb3a42d381a 100644
--- a/editors/wily/Makefile
+++ b/editors/wily/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:23 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1999/02/04 18:54:35 agc Exp $
#
DISTNAME= wily-0.13.36
@@ -10,5 +10,6 @@ MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~gary/wily/
GNU_CONFIGURE= yes
+USE_X11= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/plan9/9menu/Makefile b/plan9/9menu/Makefile
index 71fe13375b0..7b75479cf8d 100644
--- a/plan9/9menu/Makefile
+++ b/plan9/9menu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
#
@@ -20,4 +20,6 @@ EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
+USE_X11= yes
+
.include "../../mk/bsd.pkg.mk"
diff --git a/plan9/sam/Makefile b/plan9/sam/Makefile
index 339e924ff58..00708d24ace 100644
--- a/plan9/sam/Makefile
+++ b/plan9/sam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $
+# $NetBSD: Makefile,v 1.8 1999/02/04 18:54:35 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp
#
@@ -20,4 +20,6 @@ OPSYS!= uname -s
MANCOMPRESSED= yes
.endif
+USE_X11= yes
+
.include "../../mk/bsd.pkg.mk"
diff --git a/plan9/wily/Makefile b/plan9/wily/Makefile
index 91bd3218733..fb3a42d381a 100644
--- a/plan9/wily/Makefile
+++ b/plan9/wily/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:23 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1999/02/04 18:54:35 agc Exp $
#
DISTNAME= wily-0.13.36
@@ -10,5 +10,6 @@ MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.psrg.cs.usyd.edu.au/~gary/wily/
GNU_CONFIGURE= yes
+USE_X11= yes
.include "../../mk/bsd.pkg.mk"