diff options
author | rene <rene@FreeBSD.org> | 2013-05-04 21:43:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-05-04 21:43:23 +0800 |
commit | 00f5b583dfb3779b3b37750ebcc2bf8cadfa5c75 (patch) | |
tree | 1990fcbd846f968654b6bf473a218388a997e442 /emulators/libspectrum | |
parent | 140ae62565e9ace9449192699bf661da8dd93c6f (diff) | |
download | freebsd-ports-gnome-00f5b583dfb3779b3b37750ebcc2bf8cadfa5c75.tar.gz freebsd-ports-gnome-00f5b583dfb3779b3b37750ebcc2bf8cadfa5c75.tar.zst freebsd-ports-gnome-00f5b583dfb3779b3b37750ebcc2bf8cadfa5c75.zip |
- Adopt
- Depend on pkgconfig, this fixes emulators/fuse
- Bump PORTREVISION
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 6736fec9665b..e1b761aa1e6e 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -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 |