diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
commit | 9e5632dd661f75b5801706e55659a4da501e49b5 (patch) | |
tree | 1a0770d8cc1771f94f7777b9a986bb87029c35d9 /emulators | |
parent | 90c653ebbfee158880bc5fc4eb15ad057288510a (diff) | |
download | ports-9e5632dd661f75b5801706e55659a4da501e49b5.tar.gz ports-9e5632dd661f75b5801706e55659a4da501e49b5.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/lib765/Makefile | 2 | ||||
-rw-r--r-- | emulators/vx68k/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index 3434c56db7a7..3d81e5a9d3d8 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ MAINTAINER= kemm@in-line.ru COMMENT= Emulation of uPD765a Floppy Disc Controller -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes DOCS= ChangeLog doc/765.txt diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index 9435d5bb6b02..f2ca52112f98 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k USE_GL= yes USE_GNOME= gtk12 -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes LIBTOOLFILES= configure vx68k-gtk/configure LIBTOOLFLAGS= --disable-ltlibs --release-ignore |