summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-15 11:06:12 +0000
committerjoerg <joerg>2007-12-15 11:06:12 +0000
commit03a680543391e891c7a189083052b40137bb0ad8 (patch)
tree4736f40f4d64f6ee949ff2d7473c4b85ee35db66 /pkgtools/pbulk/Makefile
parent60fe4eccc35264efda181f665d30c4cb6ee62dc0 (diff)
downloadpkgsrc-03a680543391e891c7a189083052b40137bb0ad8.tar.gz
Force dependency on libevent from pkgsrc on NetBSD, the native version
is broken. This shows e.g. as querying the status can trigger a signal 10. Bump version.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r--pkgtools/pbulk/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile
index ec2a7d42b03..29f2b3f4a5a 100644
--- a/pkgtools/pbulk/Makefile
+++ b/pkgtools/pbulk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2007/12/05 21:33:58 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2007/12/15 11:06:12 joerg Exp $
-DISTNAME= pbulk-0.16
+DISTNAME= pbulk-0.17
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -51,9 +51,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/pbulk.conf ${DESTDIR}${PREFIX}/share/examples/pbulk/pbulk.conf
.if ${OPSYS} == "NetBSD"
-. if !empty(OS_VERSION:M2.*)
USE_BUILTIN.libevent = no
-. endif
.endif
.if ${OPSYS} == "SunOS"