diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 16:04:04 +0800 |
commit | 5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /www/p5-HTML-DOM | |
parent | dfc2fd885de02f581020f626d1dab809e107622d (diff) | |
download | freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.gz freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.tar.zst freebsd-ports-gnome-5f5fa9ad85e9a0ea7aea9c2e7b5d058790116468.zip |
- Mark MAKE_JOBS_SAFE
- Trim header
Diffstat (limited to 'www/p5-HTML-DOM')
-rw-r--r-- | www/p5-HTML-DOM/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/p5-HTML-DOM/Makefile b/www/p5-HTML-DOM/Makefile index 4b05dcdd06e5..04069d97f483 100644 --- a/www/p5-HTML-DOM/Makefile +++ b/www/p5-HTML-DOM/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-DOM -# Date created: 26 Jan 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-DOM PORTVERSION= 0.053 @@ -25,6 +21,7 @@ BUILD_DEPENDS= p5-CSS-DOM>=0:${PORTSDIR}/www/p5-CSS-DOM \ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.man" |