diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-03-02 15:05:13 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-03-02 15:05:13 +0000 |
commit | 1c6997db08cb7dbaadfd21124e6304cef5eb885e (patch) | |
tree | 4aca6e94e043c3f6c7c429d6234376f08d462262 /sysutils/ledit/Makefile | |
parent | 9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (diff) | |
download | ports-1c6997db08cb7dbaadfd21124e6304cef5eb885e.tar.gz ports-1c6997db08cb7dbaadfd21124e6304cef5eb885e.zip |
Notes
Diffstat (limited to 'sysutils/ledit/Makefile')
-rw-r--r-- | sysutils/ledit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ledit/Makefile b/sysutils/ledit/Makefile index ac38bee48679..a9928c298299 100644 --- a/sysutils/ledit/Makefile +++ b/sysutils/ledit/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ledit -PORTVERSION= 2.02.1 +PORTVERSION= 2.03 CATEGORIES= sysutils MASTER_SITES= http://cristal.inria.fr/~ddr/ledit/distrib/src/ \ http://pauillac.inria.fr/~ddr/ledit/distrib/src/ @@ -16,11 +16,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Line editor to be used with interactive commands -BUILD_DEPENDS= camlp5r:${PORTSDIR}/devel/ocaml-camlp5 - LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= camlp5r:${PORTSDIR}/devel/ocaml-camlp5 + USE_GMAKE= yes USE_OCAML= yes |