svn commit: r301661 - head/audio/libdiscid

Ruslan Mahmatkhanov rm at FreeBSD.org
Sat Jul 28 15:51:35 UTC 2012


Author: rm
Date: Sat Jul 28 15:51:34 2012
New Revision: 301661
URL: http://svn.freebsd.org/changeset/ports/301661

Log:
  - drop unneeded pkg-config dependency
  - move LICENSE to correct location
  
  PR:		170213
  Submitted by:	Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)

Modified:
  head/audio/libdiscid/Makefile

Modified: head/audio/libdiscid/Makefile
==============================================================================
--- head/audio/libdiscid/Makefile	Sat Jul 28 14:51:17 2012	(r301660)
+++ head/audio/libdiscid/Makefile	Sat Jul 28 15:51:34 2012	(r301661)
@@ -16,13 +16,12 @@ MASTER_SITE_SUBDIR=	distfiles
 MAINTAINER=	bsdkaffee at gmail.com
 COMMENT=	A library for creating MusicBrainz DiscIDs
 
+LICENSE=	LGPL21
+
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	ltverhack gnomehack pkgconfig
+USE_GNOME=	ltverhack gnomehack
 MAKE_JOBS_SAFE=	yes
 USE_LDCONFIG=	yes
 
-LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
-
 .include <bsd.port.mk>



More information about the svn-ports-head mailing list