svn commit: r317314 - head/emulators/libspectrum

Rene Ladan rene at FreeBSD.org
Sat May 4 13:43:24 UTC 2013


Author: rene
Date: Sat May  4 13:43:23 2013
New Revision: 317314
URL: http://svnweb.freebsd.org/changeset/ports/317314

Log:
  - Adopt
  - Depend on pkgconfig, this fixes emulators/fuse
  - Bump PORTREVISION

Modified:
  head/emulators/libspectrum/Makefile

Modified: head/emulators/libspectrum/Makefile
==============================================================================
--- head/emulators/libspectrum/Makefile	Sat May  4 13:07:38 2013	(r317313)
+++ head/emulators/libspectrum/Makefile	Sat May  4 13:43:23 2013	(r317314)
@@ -3,11 +3,11 @@
 
 PORTNAME=	libspectrum
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators devel
 MASTER_SITES=	SF/fuse-emulator/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Handling of ZX-Spectrum emulator files formats
 
 LICENSE=	GPLv2
@@ -18,6 +18,7 @@ GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
+USES=		pkgconfig
 
 MAN3=		libspectrum.3
 


More information about the svn-ports-all mailing list