diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:33:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:33:59 +0800 |
commit | e5d9381b750d99f8af45e18a3c32d2d420f9c8b5 (patch) | |
tree | 0b0166f9ae0750b5357eabf18107a3b0e5aafe3b /emulators/lib765 | |
parent | 5c41b591cc7d7ad368a1850e516c1f728787549e (diff) | |
download | freebsd-ports-gnome-e5d9381b750d99f8af45e18a3c32d2d420f9c8b5.tar.gz freebsd-ports-gnome-e5d9381b750d99f8af45e18a3c32d2d420f9c8b5.tar.zst freebsd-ports-gnome-e5d9381b750d99f8af45e18a3c32d2d420f9c8b5.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'emulators/lib765')
-rw-r--r-- | emulators/lib765/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index ea124fc92ade..de288ca9889d 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -3,7 +3,7 @@ PORTNAME= lib765 PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators devel MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ |