diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 16:58:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-27 16:58:00 +0800 |
commit | ced8ffe118ba424b56ed3400d8bdf0b436a90354 (patch) | |
tree | f6704911034fed4f427720fbc0db6120342d97d8 /emulators | |
parent | d6b2e4027cc8f4f793297cb5735323d52bb0987b (diff) | |
download | freebsd-ports-gnome-ced8ffe118ba424b56ed3400d8bdf0b436a90354.tar.gz freebsd-ports-gnome-ced8ffe118ba424b56ed3400d8bdf0b436a90354.tar.zst freebsd-ports-gnome-ced8ffe118ba424b56ed3400d8bdf0b436a90354.zip |
- Switch emulators/libspectrum to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 2 | ||||
-rw-r--r-- | emulators/fuse/Makefile | 2 | ||||
-rw-r--r-- | emulators/libspectrum/Makefile | 4 | ||||
-rw-r--r-- | emulators/libspectrum/pkg-plist | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index eea2b5b24eba..8c35a601c235 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= fuse-utils PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 72ada722c7de..5fed04abfff2 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index df96c1db997e..4ac421089e29 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -3,7 +3,7 @@ PORTNAME= libspectrum PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pkgconfig +USES= gmake pkgconfig libtool OPTIONS_DEFINE= AUDIOFILE AUDIOFILE_DESC= Support loading from .wav files diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist index 063d43e9360d..e952697cd598 100644 --- a/emulators/libspectrum/pkg-plist +++ b/emulators/libspectrum/pkg-plist @@ -1,8 +1,8 @@ include/libspectrum.h lib/libspectrum.a -lib/libspectrum.la lib/libspectrum.so -lib/libspectrum.so.9 +lib/libspectrum.so.8 +lib/libspectrum.so.8.1.0 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog |