summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-23 05:12:12 +0000
committerobache <obache@pkgsrc.org>2011-06-23 05:12:12 +0000
commitd150580a46b1cb2e36715e022387f9b5d4cd39e2 (patch)
tree420504bd3d58c5ea92d4045d59ecdf3200ede439 /security
parent203833620827a138cc868a642e60b9ace9b4d46e (diff)
downloadpkgsrc-d150580a46b1cb2e36715e022387f9b5d4cd39e2.tar.gz
* set LICENSE=gnu-gpl-v2 # or later
* Allow to build with builtin libevent, because just libevent>=1.0 is required, and builtin libevent version detection was added quite a few years ago. No bump PKGREVISION, because it is impossible to build with libevent-2 from pkgsrc.
Diffstat (limited to 'security')
-rw-r--r--security/honeyd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile
index 17afeb487cc..3f1a4dba23f 100644
--- a/security/honeyd/Makefile
+++ b/security/honeyd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2011/04/22 14:40:45 obache Exp $
+# $NetBSD: Makefile,v 1.34 2011/06/23 05:12:12 obache Exp $
#
DISTNAME= honeyd-1.5b
@@ -9,6 +9,7 @@ MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.honeyd.org/
COMMENT= Small daemon that creates virtual hosts on a network
+LICENSE= gnu-gpl-v2 # or later
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,7 +19,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKG_SYSCONFSUBDIR= honeyd
RCD_SCRIPTS= honeyd
-USE_BUILTIN.libevent= NO
LIBS.Linux+= -lutil
@@ -33,6 +33,7 @@ DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
CONF_FILES+= ${EGDIR:Q}/${f:Q} ${PKG_SYSCONFDIR:Q}/${f:Q}
.endfor
+BUILDLINK_API_DEPENDS.libevent+= libevent>=1.0
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libdnsres/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"