aboutsummaryrefslogtreecommitdiffstats
path: root/net/ortp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-31 08:26:08 +0800
committerbapt <bapt@FreeBSD.org>2013-08-31 08:26:08 +0800
commitb5c4dd3fae7295a4bc13a27b98b9a622508f460d (patch)
tree7fb3974a6426bec4aab6014a30924f80d14ad145 /net/ortp
parent4a7e1514f30f19906c08052b844d2481d84e45c1 (diff)
downloadfreebsd-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/ortp')
-rw-r--r--net/ortp/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile
index 05dc53dd9cd9..dfa4d97e98c5 100644
--- a/net/ortp/Makefile
+++ b/net/ortp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ortp
-# Date created: 20 October 2003
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ortp
PORTVERSION= 0.13.0
@@ -15,7 +11,8 @@ MASTER_SITE_SUBDIR= linphone/ortp/sources
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A Real-time Transport Protocol (RTP) stack
-USE_GNOME= glib20 pkgconfig gnomehack
+USES= pathfix pkgconfig
+USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
USE_LDCONFIG= yes