diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 10:00:08 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 10:00:08 +0000 |
commit | 8817b5f2f1d5eca925e3f32bac0f79024e746a9d (patch) | |
tree | e2208d284596354a8e6619cfd97d65c7b8f12a87 /sysutils | |
parent | 7398e4fbd627ca02e35c888d64fa1eed313b8d28 (diff) | |
download | pkgsrc-8817b5f2f1d5eca925e3f32bac0f79024e746a9d.tar.gz |
Moved the definition of the supported options into options.mk.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mc/Makefile | 8 | ||||
-rw-r--r-- | sysutils/mc/options.mk | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 029fd4f3164..0f1a8abf60b 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2007/01/05 19:16:39 rillig Exp $ +# $NetBSD: Makefile,v 1.70 2007/02/15 10:00:08 rillig Exp $ DISTNAME= mc-4.6.1 PKGREVISION= 3 @@ -17,13 +17,7 @@ USE_TOOLS+= pkg-config unzip:run zip:run GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -# see options.mk for an explanation of these options -PKG_OPTIONS_VAR= PKG_OPTIONS.mc -PKG_SUPPORTED_OPTIONS= charset edit glib12 ncurses samba slang subshell vfs x11 -PKG_SUGGESTED_OPTIONS= charset edit slang subshell vfs - .include "../../mk/bsd.prefs.mk" -.include "../../mk/bsd.options.mk" .if ${OPSYS} == "Linux" PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk index 2fb847adfdb..b2363de1740 100644 --- a/sysutils/mc/options.mk +++ b/sysutils/mc/options.mk @@ -1,6 +1,12 @@ -# $NetBSD: options.mk,v 1.7 2006/09/14 15:23:28 joerg Exp $ +# $NetBSD: options.mk,v 1.8 2007/02/15 10:00:08 rillig Exp $ # +PKG_OPTIONS_VAR= PKG_OPTIONS.mc +PKG_SUPPORTED_OPTIONS= charset edit glib12 ncurses samba slang subshell vfs x11 +PKG_SUGGESTED_OPTIONS= charset edit slang subshell vfs + +.include "../../mk/bsd.options.mk" + ### The charset option enables input/display support for various 8-bit ### codepages, chooseable at runtime. .if !empty(PKG_OPTIONS:Mcharset) |