Date: Sat, 4 May 2013 13:43:24 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317314 - head/emulators/libspectrum Message-ID: <201305041343.r44DhO95088575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= rene@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305041343.r44DhO95088575>