diff options
Diffstat (limited to 'games/kwappen/Makefile')
-rw-r--r-- | games/kwappen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/kwappen/Makefile b/games/kwappen/Makefile index eb7259eedfe4..d2c0df663584 100644 --- a/games/kwappen/Makefile +++ b/games/kwappen/Makefile @@ -15,8 +15,8 @@ COMMENT= KDE board game EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure -USE_KDELIBS_VER= 3 -GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_KDELIBS_VER=3 +USE_AUTOTOOLS= libtool:15 +USE_GMAKE= yes .include <bsd.port.mk> |