diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-21 17:48:03 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-21 17:48:03 +0000 |
commit | a9db62d9e9bf6805bb438c02c08a02f43952686d (patch) | |
tree | 25479ae97d246e2fb0c33b18c9cff5c4b30e5b9f /security/openvas-plugins/Makefile | |
parent | 24e305725eb8bb514c7e83a01cd169bc8853fa93 (diff) |
Notes
Diffstat (limited to 'security/openvas-plugins/Makefile')
-rw-r--r-- | security/openvas-plugins/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index a47bc3b28341..06102d9b66bd 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openvas-plugins -# Date created: 2008-04-27 -# Whom: Tomoyuki Sakurai <cherry@trombik.org> -# +# Created by: Tomoyuki Sakurai <cherry@trombik.org> # $FreeBSD$ -# PORTNAME= openvas-plugins PORTVERSION= 1.0.7 @@ -23,6 +19,7 @@ RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync +USES= pkgconfig GNU_CONFIGURE= yes LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config CPPFLAGS+= "`${LIBNET_CONFIG} --cflags`" |