diff options
author | chs <chs> | 2011-02-27 15:54:03 +0000 |
---|---|---|
committer | chs <chs> | 2011-02-27 15:54:03 +0000 |
commit | fe1133993a909d078cafc16c659df433ac872ace (patch) | |
tree | e76514645981f77c255f197b22c48f3f8b7bb686 /mk | |
parent | 226d14142dc57ce9a08f58fcd0672815165307f2 (diff) | |
download | pkgsrc-fe1133993a909d078cafc16c659df433ac872ace.tar.gz |
add a "curl" module.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/emulator/linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/emulator/linux.mk b/mk/emulator/linux.mk index e74fce05fbe..54224bd0031 100644 --- a/mk/emulator/linux.mk +++ b/mk/emulator/linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: linux.mk,v 1.7 2010/09/24 17:08:35 chs Exp $ +# $NetBSD: linux.mk,v 1.8 2011/02/27 15:54:03 chs Exp $ # # Linux binary emulation framework # @@ -42,6 +42,7 @@ _EMUL_MODULES+= aspell _EMUL_MODULES+= base _EMUL_MODULES+= compat _EMUL_MODULES+= cups +_EMUL_MODULES+= curl _EMUL_MODULES+= expat _EMUL_MODULES+= fontconfig _EMUL_MODULES+= freetype2 |