aboutsummaryrefslogtreecommitdiff
path: root/net/trickle
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 06:39:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 06:39:14 +0000
commit18dbe4987a55082a41336f41208788cd72e3b81d (patch)
tree8ac9cdd9abc3ce07d987b41f9fba182247e67552 /net/trickle
parent190b0c8bac593709991f2cc7057f8f9a36075ae2 (diff)
downloadports-18dbe4987a55082a41336f41208788cd72e3b81d.tar.gz
ports-18dbe4987a55082a41336f41208788cd72e3b81d.zip
Notes
Diffstat (limited to 'net/trickle')
-rw-r--r--net/trickle/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index 911c88cb444d..9c709c5af912 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: trickle
-# Date created: 04.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
+# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
-#
PORTNAME= trickle
PORTVERSION= 1.07
@@ -20,6 +16,8 @@ USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE= yes
+
CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
--sysconfdir=${PREFIX}/etc
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"