diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/libev | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Notes
Diffstat (limited to 'devel/libev')
-rw-r--r-- | devel/libev/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index a8daad903d12..ced009d94e11 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libev -# Date created: 18 Dec 2007 -# Whom: vsevolod -# +# Created by: vsevolod # $FreeBSD$ -# PORTNAME= libev PORTVERSION= 4.15 @@ -17,7 +13,7 @@ COMMENT= A full-featured and high-performance event loop library GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig MAN3= ev.3 |