diff options
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index fd39b2959d9..c0bcab3d180 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/08 15:18:20 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/16 15:31:40 asau Exp $ PKGNAME= ocaml-bz2-${VERSION} DISTNAME= camlbz2-${VERSION} @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake MAKE_JOBS_SAFE= no +.include "../../mk/bsd.prefs.mk" + PLIST_VARS+= opt .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \ |