diff options
Diffstat (limited to 'devel/yasm')
-rw-r--r-- | devel/yasm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 6145ac5..6092ec4 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -16,8 +16,7 @@ COMMENT= A complete rewrite of the NASM assembler USE_REINPLACE= yes USE_ICONV= yes -USE_LIBLTDL= yes -USE_AUTOCONF_VER=259 +USE_AUTOTOOLS= autoconf:259 libltdl:15 USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |