diff options
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 |