diff options
author | agc <agc> | 1998-06-03 12:57:12 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-03 12:57:12 +0000 |
commit | 00ff30d78c91e3bc6810efb4f393172a2a12455a (patch) | |
tree | f18fdc0778450d266682519bf29499b8d97aec2f /editors | |
parent | 7eaf78c544ad134b3e7f0cda1b260b6d56b4f241 (diff) | |
download | pkgsrc-00ff30d78c91e3bc6810efb4f393172a2a12455a.tar.gz |
Include bsd.prefs.mk in case USE_MENUS is set in /etc/mk.conf
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 188469e4d13..39379a0ed1e 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/02 16:16:15 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/03 12:57:12 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-screen=${SCREEN_TYPE} INSTALL_TARGET= install install-perl MAN1= xvile.1 -#.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.prefs.mk" pre-configure: @echo "To use xvile with menus, set the variable USE_MENUS" |