diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-10-30 16:55:15 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-10-30 16:55:15 +0000 |
commit | d62cb257893f6ac2e843adbe1faef651722c8231 (patch) | |
tree | b5c2b7ef9cb29dfe03cad507deba62edf6d38fa8 | |
parent | ef9a7f8497676089bb0d28fb48491eb7839758ef (diff) | |
download | ports-d62cb257893f6ac2e843adbe1faef651722c8231.tar.gz ports-d62cb257893f6ac2e843adbe1faef651722c8231.zip |
Notes
-rw-r--r-- | net/ifstated/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index dece5ede7496..72fdf1d48989 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ifstated -# Date created: 18 November 2004 -# Whom: Matthew George <mdg@secureworks.net> -# +# Created by: Matthew George <mdg@secureworks.net> # $FreeBSD$ -# PORTNAME= ifstated PORTVERSION= 5.1 @@ -14,7 +10,7 @@ MASTER_SITES= http://christianserving.org/ports/net/ifstated/ MAINTAINER= ports@christianserving.org COMMENT= Interface state daemon -LIB_DEPENDS= event:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent MAN5= ifstated.conf.5 MAN8= ifstated.8 |