diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-27 16:31:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-27 16:31:23 +0000 |
commit | ab89021145ee550085e563f11894d88d04353f3f (patch) | |
tree | 1bf6f36f06026ab36ad3ba05defa8db0cf0e5df3 /security | |
parent | 7c8481ffb0a09f54b3427d908cf430abb2974cf2 (diff) | |
download | pkgsrc-ab89021145ee550085e563f11894d88d04353f3f.tar.gz |
Explicitly depend on Perl. Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/libpreludedb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 16c0e48f113..ebb09b71198 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/09/05 19:04:00 shannonjr Exp $ +# $NetBSD: Makefile,v 1.20 2007/12/27 16:31:23 joerg Exp $ # DISTNAME= libpreludedb-0.9.13 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ @@ -15,7 +16,7 @@ COMMENT= Provides an interface to the database used to store IDMEF alerts USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= make +USE_TOOLS+= make perl:run CONFIGURE_ARGS+= -enable-mysql CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-python |