diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
commit | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /devel | |
parent | 05b7730841bb587ab5c9917e614ad30e7e799469 (diff) | |
download | freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.gz freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.zst freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.zip |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libexplain/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Data-TreeDumper-Renderer-GTK/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Eval-Context/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Package-Generator/Makefile | 6 |
4 files changed, 4 insertions, 17 deletions
diff --git a/devel/libexplain/Makefile b/devel/libexplain/Makefile index d78b4d12fa91..6a6d870f8db0 100644 --- a/devel/libexplain/Makefile +++ b/devel/libexplain/Makefile @@ -16,8 +16,7 @@ BUILD_DEPENDS= pdfopt:${PORTSDIR}/print/ghostscript9 \ gsed:${PORTSDIR}/textproc/gsed USE_AUTOTOOLS= libtool -USES= bison gettext -USE_GMAKE= yes +USES= bison gettext gmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile index 2fe3767d8284..9ca5da208d3f 100644 --- a/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile +++ b/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-TreeDumper-Renderer-GTK -# Date Created: 21 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-TreeDumper-Renderer-GTK PORTVERSION= 0.02 diff --git a/devel/p5-Eval-Context/Makefile b/devel/p5-Eval-Context/Makefile index d24a1c8e47d9..7069d5558e51 100644 --- a/devel/p5-Eval-Context/Makefile +++ b/devel/p5-Eval-Context/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Eval-Context -# Date Created: 22 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Eval-Context PORTVERSION= 0.09.11 diff --git a/devel/p5-Package-Generator/Makefile b/devel/p5-Package-Generator/Makefile index 7f414b95aefd..145820becd40 100644 --- a/devel/p5-Package-Generator/Makefile +++ b/devel/p5-Package-Generator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Package-Generator -# Date Created: 22 Apr 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Package-Generator PORTVERSION= 0.103 |