diff options
author | pooka <pooka@pkgsrc.org> | 2000-01-19 12:18:42 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-01-19 12:18:42 +0000 |
commit | b0ab650d1445a83212b86390467268faf844df2b (patch) | |
tree | 4c954f53f0bf879763dedfdf7c5f389ce187aeb5 /editors/vigor | |
parent | 29cea9fce97993b2d933e1395429826f286e3210 (diff) | |
download | pkgsrc-b0ab650d1445a83212b86390467268faf844df2b.tar.gz |
Add USE_X11=yes
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index bb233654de7..488305d633a 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/19 04:55:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/19 12:18:42 pooka Exp $ # DISTNAME= vigor-0.009 @@ -12,6 +12,8 @@ DEPENDS+= tk-8.0.*:../../x11/tk80 CONFLICTS+= nvi-* +USE_X11= yes + WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-x |