diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/ocaml-bz2/Makefile | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) |
Notes
Diffstat (limited to 'archivers/ocaml-bz2/Makefile')
-rw-r--r-- | archivers/ocaml-bz2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/ocaml-bz2/Makefile b/archivers/ocaml-bz2/Makefile index 414ae090de12..54a1d7e98ac9 100644 --- a/archivers/ocaml-bz2/Makefile +++ b/archivers/ocaml-bz2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ocaml-bz2 -# Date created: 2009-02-24 -# Whom: Jaap Boender <jaapb@kerguelen.org> -# +# Created by: Jaap Boender <jaapb@kerguelen.org> # $FreeBSD$ -# PORTNAME= bz2 PORTVERSION= 0.6.0 @@ -17,7 +13,7 @@ MAINTAINER= jaapb@kerguelen.org COMMENT= OCaml library to manipulate bz2 files GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_OCAML= yes USE_OCAML_LDCONFIG= yes |