Date: Tue, 2 Apr 2019 21:27:35 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497593 - head/devel/librevisa Message-ID: <201904022127.x32LRZc7027694@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904022127.x32LRZc7027694>