diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-02-25 14:19:57 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2004-02-25 14:19:57 +0000 |
commit | 1629993fed0b1171beb3cb1a1a744b67f9578de3 (patch) | |
tree | 6181a03a9b44eaba08d365620221d63b44012b10 /converters | |
parent | 598dedc510d3ff2cb231d75fdbc93ab46402f75a (diff) | |
download | ports-1629993fed0b1171beb3cb1a1a744b67f9578de3.tar.gz ports-1629993fed0b1171beb3cb1a1a744b67f9578de3.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 93be746b6ea3..837c6ac7d0f6 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -15,8 +15,8 @@ EXTRACT_SUFX= .lzh MAINTAINER= rewsirow@ff.iij4u.or.jp COMMENT= Extractor from uuencoded files -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ - nkf:${PORTSDIR}/japanese/nkf +EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR} |