diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /graphics/cthumb/Makefile | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
Diffstat (limited to 'graphics/cthumb/Makefile')
-rw-r--r-- | graphics/cthumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 5de9624a69d7..4db2dc9e5a61 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:${PORTSDIR}/graphics/netpbm \ ${SITE_PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -SITE_PERL_ARCH= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} +SITE_PERL= ${SITE_PERL} +SITE_PERL_ARCH= ${SITE_PERL}/${PERL_ARCH} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-themedir=${PREFIX}/share/${PORTNAME} |