diff options
Diffstat (limited to 'devel/libtool/Makefile')
-rw-r--r-- | devel/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile b/devel/libtool/Makefile index 2be46e804953..2b2d159d50cd 100644 --- a/devel/libtool/Makefile +++ b/devel/libtool/Makefile @@ -11,8 +11,8 @@ COMMENT= Generic shared library support script LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:devel/m4 +RUN_DEPENDS= gm4:devel/m4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl-install |