diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-21 04:51:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-21 04:51:57 +0000 |
commit | 7e25d235a5fe17f4cb75dd4f77f356bc7d026eb8 (patch) | |
tree | 23ca6b5ec6c0c7a7f777c7e8f1b4817d1056d093 | |
parent | 69c0e02c8f8e9f1d3a112c016ccc1aa06caea175 (diff) | |
download | pkgsrc-7e25d235a5fe17f4cb75dd4f77f356bc7d026eb8.tar.gz |
Do previous correctly; it's MAKE_ENV, not BUILD_ENV.
(this is not the first time I've tripped on that. grr)
-rw-r--r-- | devel/equeue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/equeue/Makefile b/devel/equeue/Makefile index 31cdfb08f7a..bae51eb700b 100644 --- a/devel/equeue/Makefile +++ b/devel/equeue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/06/02 19:28:05 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/21 04:51:57 dholland Exp $ DISTNAME= equeue-2.1.4 CATEGORIES= devel @@ -18,7 +18,7 @@ HAS_CONFIGURE= yes USE_TOOLS+= gmake BUILD_TARGET= all opt PLIST_SRC= PLIST.opt PLIST -BUILD_ENV+= PACKAGES= +MAKE_ENV+= PACKAGES= INSTALLATION_DIRS+= lib/ocaml/site-lib |