diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 07:59:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 07:59:07 +0000 |
commit | be329624ed385869126646c299edfe2816d1fbc9 (patch) | |
tree | 462529ebe7ae765aa5817eea0fad95fc123601d3 | |
parent | 3e3538ea4dd3d256d9c405c0ac92ec3c33b54649 (diff) | |
download | ports-be329624ed385869126646c299edfe2816d1fbc9.tar.gz ports-be329624ed385869126646c299edfe2816d1fbc9.zip |
Notes
-rw-r--r-- | graphics/exrtools/Makefile | 9 | ||||
-rw-r--r-- | graphics/iec16022/Makefile | 8 | ||||
-rw-r--r-- | security/proxytunnel/Makefile | 8 | ||||
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 3 | ||||
-rw-r--r-- | sysutils/logstalgia/Makefile | 2 |
5 files changed, 8 insertions, 22 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 2b1f392dfd95..f92f077a2853 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: exrtools -# Date created: 15 Aug 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= exrtools PORTVERSION= 0.4 @@ -22,11 +18,10 @@ LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ jpeg:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes +USES= pkgconfig:build USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_PKGCONFIG= build - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 1710de283ef2..4a0681014334 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iec16022 -# Date created: Thu Jul 3 14:13:08 CEST 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= iec16022 PORTVERSION= 0.2.4 @@ -20,7 +16,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build +USES= pkgconfig:build MAKE_JOBS_SAFE= yes diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index d31f648299b5..13433ccb16a4 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: proxytunnel -# Date created: Sun Nov 25 15:16:44 BRST 2001 -# Whom: Hammurabi Mendes <hmendes@brturbo.com> -# +# Created by: Hammurabi Mendes <hmendes@brturbo.com> # $FreeBSD$ -# PORTNAME= proxytunnel PORTVERSION= 1.9.0 @@ -15,7 +11,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy USE_GMAKE= yes -USE_PKGCONFIG= build +USES= pkgconfig:build MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME} diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index e16107098dbd..ca0f5e29c2f3 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo -USES= fuse +USES= fuse pkgconfig:build USE_GMAKE= yes -USE_PKGCONFIG= build USE_GITHUB= yes GH_ACCOUNT= gerard GH_COMMIT= 33f57f6 diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 024374f3cc2f..96114b8af2aa 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ pcre.3:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USE_PKGCONFIG= build +USES= pkgconfig:build USE_SDL= sdl image CFLAGS+= -L/usr/local/lib -I/usr/local/include |