diff options
Diffstat (limited to 'games/deng/Makefile')
-rw-r--r-- | games/deng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile index 58f25b98b390..7b92eb683962 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity USE_REINPLACE= yes REINPLACE_ARGS= -i "" -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" \ CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -I${X11BASE}/include" |