diff options
-rw-r--r-- | games/ksudoku/Makefile | 2 | ||||
-rw-r--r-- | x11/electricsheep/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/ksudoku/Makefile b/games/ksudoku/Makefile index 832e79d834d1..e3a64ba0deba 100644 --- a/games/ksudoku/Makefile +++ b/games/ksudoku/Makefile @@ -16,7 +16,7 @@ COMMENT= A Sudoku generator and solver for KDE EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER=3 USE_X_PREFIX= yes USE_REINPLACE= yes diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile index 82bbb7e2cd7a..aea02f6a0054 100644 --- a/x11/electricsheep/Makefile +++ b/x11/electricsheep/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver USE_X_PREFIX= yes USE_SDL= sdl USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 .if !defined(NOPORTDOCS) MAN1= electricsheep.1 |