diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-03-28 09:51:25 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-03-28 09:51:25 +0000 |
commit | f112835567624f8a900b292800f1c03d53be1014 (patch) | |
tree | 305a0538449ae56f2d9e4597e9b7968ff292bb8b /devel/ocamlweb/Makefile | |
parent | Upgrade to v3.4.2. (diff) |
Update to v1.3. Add a runtime dependency on ports/print/teTeX.
Maintain TeX's `ls-lR' databases when the port is installed and
de-installed.
Take over maintainership.
Diffstat (limited to 'devel/ocamlweb/Makefile')
-rw-r--r-- | devel/ocamlweb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index dd39972bde9b..604010b2f5d0 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,15 +6,16 @@ # PORTNAME= ocamlweb -PORTVERSION= 1.0 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.Org +MAINTAINER= jkoshy@FreeBSD.Org BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes |