diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2006-12-03 12:45:59 +0000 |
commit | 274e5c4ab31b88a1fa53ad091387d0b2617b304b (patch) | |
tree | aea7d25189b8bbdecadff8ff6a90673a1401dcb0 /www/ljsm | |
parent | Really update the distfile. (diff) |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
Notes
Notes:
svn path=/head/; revision=178677
Diffstat (limited to 'www/ljsm')
-rw-r--r-- | www/ljsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ljsm/Makefile b/www/ljsm/Makefile index ce9fa1db6a1f..c0db284f5469 100644 --- a/www/ljsm/Makefile +++ b/www/ljsm/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Livejournal.com postings recusive copy utility RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib + ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib PLIST_FILES= bin/ljsm NO_WRKSUBDIR= yes |