svn commit: r497593 - head/devel/librevisa

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 2 21:27:36 UTC 2019


Author: tobik
Date: Tue Apr  2 21:27:35 2019
New Revision: 497593
URL: https://svnweb.freebsd.org/changeset/ports/497593

Log:
  devel/librevisa: Use USES=pkgconfig

Modified:
  head/devel/librevisa/Makefile

Modified: head/devel/librevisa/Makefile
==============================================================================
--- head/devel/librevisa/Makefile	Tue Apr  2 21:22:58 2019	(r497592)
+++ head/devel/librevisa/Makefile	Tue Apr  2 21:27:35 2019	(r497593)
@@ -10,9 +10,7 @@ MASTER_SITES=	http://www.librevisa.org/download/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for interfacing test and measurement equipment
 
-BUILD_DEPENDS=	pkg-config:devel/pkgconf
-
-USES=		gmake pathfix libtool
+USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list