diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-lv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/ruby-lv/Makefile b/converters/ruby-lv/Makefile index 15fd66e66f3f..532e5b4a101d 100644 --- a/converters/ruby-lv/Makefile +++ b/converters/ruby-lv/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby library to use LV's encoding conversion engine -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${LV_PORT}:configure +EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${LV_PORT}:configure LV_PORT= misc/lv LV_WRKSRC_CMD= cd ${PORTSDIR}/${LV_PORT} && ${MAKE} -V WRKSRC |