diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /emulators/libspectrum | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 4 | ||||
-rw-r--r-- | emulators/libspectrum/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index f130c8eb5912..479f9e1fc1f0 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,7 +7,7 @@ PORTNAME= libspectrum PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse-emulator @@ -17,7 +17,7 @@ COMMENT= Handling of ZX-Spectrum emulator files formats USE_PERL5_BUILD= yes WANT_GNOME= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes MAN3= libspectrum.3 diff --git a/emulators/libspectrum/pkg-plist b/emulators/libspectrum/pkg-plist index e752750e4164..afa7aed2a339 100644 --- a/emulators/libspectrum/pkg-plist +++ b/emulators/libspectrum/pkg-plist @@ -1,6 +1,7 @@ @comment $FreeBSD$ include/libspectrum.h lib/libspectrum.a +lib/libspectrum.la lib/libspectrum.so lib/libspectrum.so.4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |