svn commit: r321486 - head/security/openvas-plugins
William Grzybowski
wg at FreeBSD.org
Fri Jun 21 17:48:04 UTC 2013
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 at 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 at trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry at 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`"
More information about the svn-ports-head
mailing list