diff options
Diffstat (limited to 'textproc/ocaml-tyxml/Makefile')
-rw-r--r-- | textproc/ocaml-tyxml/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile index e49d0bb27ba4..b4f7d4169f64 100644 --- a/textproc/ocaml-tyxml/Makefile +++ b/textproc/ocaml-tyxml/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ocaml-tyxml -# Date created: December 14, 2011 -# Whom: Jaap Boender <jaapb@kerguelen.org> -# +# Created by: Jaap Boender <jaapb@kerguelen.org> # $FreeBSD$ PORTNAME= tyxml @@ -25,6 +22,7 @@ SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} BUILD_DEPENDS+= ${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net RUN_DEPENDS+= ${SA_DIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net +NO_STAGE= yes .include <bsd.port.pre.mk> post-extract: |