diff options
author | tron <tron> | 1998-06-20 14:38:16 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-20 14:38:16 +0000 |
commit | 05b606f2f35026a1048dde5a0e22b6f78eb5c5a7 (patch) | |
tree | fcdda3e30ca1d37911a9ee170532e790ba000577 /editors/xvile/Makefile | |
parent | 1a12e7c5912400d425a4ff7d1ad972c1382c262d (diff) | |
download | pkgsrc-05b606f2f35026a1048dde5a0e22b6f78eb5c5a7.tar.gz |
Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5619.
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 0a8e2572d7c..1757a5903e3 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/06/04 11:57:51 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/20 14:38:16 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ MAINTAINER= packages@netbsd.org +USE_X11= yes MAKEFILE= makefile GNU_CONFIGURE= yes USE_PERL5= yes |