summaryrefslogtreecommitdiff
path: root/editors/wily
diff options
context:
space:
mode:
authoragc <agc>1999-02-04 18:54:35 +0000
committeragc <agc>1999-02-04 18:54:35 +0000
commit0bfc088f92c5e117aac46b9197b90ed8d5a22936 (patch)
treea901d53c27cc109cecfc41d87c5d27c4293d51ca /editors/wily
parent86d9f36668e7e563e7d39595e05faf4f8d857f90 (diff)
downloadpkgsrc-0bfc088f92c5e117aac46b9197b90ed8d5a22936.tar.gz
Set USE_X11=yes, to denote that the package uses X11 libraries and
headers to build (from Tim Rightnour).
Diffstat (limited to 'editors/wily')
-rw-r--r--editors/wily/Makefile3
1 files changed, 2 insertions, 1 deletions
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"