[Midnightbsd-cvs] mports [16400] trunk/devel/libvolume_id/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 30 20:55:01 EDT 2014


Revision: 16400
          http://svnweb.midnightbsd.org/mports/?rev=16400
Author:   laffer1
Date:     2014-06-30 20:54:58 -0400 (Mon, 30 Jun 2014)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/devel/libvolume_id/Makefile

Modified: trunk/devel/libvolume_id/Makefile
===================================================================
--- trunk/devel/libvolume_id/Makefile	2014-07-01 00:51:29 UTC (rev 16399)
+++ trunk/devel/libvolume_id/Makefile	2014-07-01 00:54:58 UTC (rev 16400)
@@ -2,18 +2,17 @@
 
 PORTNAME=	libvolume_id
 PORTVERSION=	0.81.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.marcuscom.com/downloads/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library to provide file system type information
+
 LICENSE=	gpl2
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 MAKE_ENV=	E=${ECHO_MSG} RANLIB=${RANLIB} AR=${AR} Q=@ \
 		prefix=${PREFIX}
 



More information about the Midnightbsd-cvs mailing list