diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:26:08 +0800 |
commit | b5c4dd3fae7295a4bc13a27b98b9a622508f460d (patch) | |
tree | 7fb3974a6426bec4aab6014a30924f80d14ad145 /net/usbredir | |
parent | 4a7e1514f30f19906c08052b844d2481d84e45c1 (diff) | |
download | freebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.gz freebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.tar.zst freebsd-ports-gnome-b5c4dd3fae7295a4bc13a27b98b9a622508f460d.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_PERL5 -> USES=perl5
* USE_GMAKE -> USES=gmake
Diffstat (limited to 'net/usbredir')
-rw-r--r-- | net/usbredir/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/usbredir/Makefile b/net/usbredir/Makefile index 1237a2e8b137..26a26e631999 100644 --- a/net/usbredir/Makefile +++ b/net/usbredir/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: usbredir -# Date created: Mon Aug 15 18:16:38 CEST 2011 -# Whom: Juergen Lock <nox@FreeBSD.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= usbredir PORTVERSION= 0.6 @@ -14,8 +10,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= protocol for redirection of USB traffic USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig PATCH_STRIP= -p1 GNU_CONFIGURE= yes MAKE_ARGS+= PREFIX=${PREFIX} |