Date: Fri, 21 Jun 2013 17:48:04 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321486 - head/security/openvas-plugins Message-ID: <201306211748.r5LHm4ij073482@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Jun 21 17:48:03 2013 New Revision: 321486 URL: http://svnweb.freebsd.org/changeset/ports/321486 Log: security/openvas-plugins: fix build - Fix build, add pkgconfig to USES [1] - Trim Makefile header PR: ports/179811 [1] Submitted by: John Marino <draco@marino.st> Modified: head/security/openvas-plugins/Makefile Modified: head/security/openvas-plugins/Makefile ============================================================================== --- head/security/openvas-plugins/Makefile Fri Jun 21 17:47:19 2013 (r321485) +++ head/security/openvas-plugins/Makefile Fri Jun 21 17:48:03 2013 (r321486) @@ -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}/securi ${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`"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306211748.r5LHm4ij073482>