[Midnightbsd-cvs] mports [21065] trunk/audio/libgpod/Makefile: force pkgconfig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 8 23:33:12 EST 2016


Revision: 21065
          http://svnweb.midnightbsd.org/mports/?rev=21065
Author:   laffer1
Date:     2016-03-08 23:33:12 -0500 (Tue, 08 Mar 2016)
Log Message:
-----------
force pkgconfig

Modified Paths:
--------------
    trunk/audio/libgpod/Makefile

Modified: trunk/audio/libgpod/Makefile
===================================================================
--- trunk/audio/libgpod/Makefile	2016-03-09 03:53:16 UTC (rev 21064)
+++ trunk/audio/libgpod/Makefile	2016-03-09 04:33:12 UTC (rev 21065)
@@ -2,10 +2,11 @@
 
 PORTNAME=	libgpod
 PORTVERSION=	0.8.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
-MAINTAINER=	avilla at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library for direct access to iPod contents
 
 LICENSE=	lgpl
@@ -16,11 +17,10 @@
 
 USE_GNOME=	gtk20 intltool
 USE_SQLITE=	3
-USES=		gettext tar:bzip2
+USES=		gettext gmake pkgconfig tar:bzip2 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-udev --without-hal \
 		--with-html-dir="${DOCSDIR:H}"
-USE_GMAKE=	yes
 USE_CSTD=	gnu89
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



More information about the Midnightbsd-cvs mailing list