diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-27 17:51:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-27 17:51:11 +0000 |
commit | 75ff8591bb74ce2a6d4c984abdb53c43c2b6b169 (patch) | |
tree | ef4b2428e5d216775fe364af77294daca80ba691 /audio/gnump3d | |
parent | 690c842abc2f0cfdf5d1af039a9218663cf864a0 (diff) | |
download | ports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.tar.gz ports-75ff8591bb74ce2a6d4c984abdb53c43c2b6b169.zip |
Notes
Diffstat (limited to 'audio/gnump3d')
-rw-r--r-- | audio/gnump3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index a6f423912541..0155567830af 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -39,7 +39,7 @@ CONFDIR= ${PREFIX}/etc/${PORTNAME} IGNORE= needs at least perl 5.8. Do not use FreeBSD 4.x' system perl,\ it's outdated. Install lang/perl5.8 and issue 'use.perl port' .elif ${PERL_LEVEL} < 500806 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/devel/p5-Encode +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode .endif post-patch: |