diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch) | |
tree | 197b4b6a4b3b326a28909d7514c4c3c89e7d008e /graphics | |
parent | 062843587cb531242f206c2e2aaf70082f97e302 (diff) | |
download | FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip FreeBSD-ports-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eps2png/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Imager/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 61635c1..7492ace 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -16,7 +16,6 @@ MAINTAINER= nik@freebsd.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -USE_PERL5= yes PERL_CONFIGURE= yes MAN1= eps2png.1 diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index 08db3d8..2eaf2a6 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \ jpeg:${PORTSDIR}/graphics/jpeg USE_FREETYPE= yes -USE_PERL5= yes PERL_CONFIGURE= yes CONFIGURE_ENV= IM_LIBPATH="${LOCALBASE}/lib" USE_GMAKE= yes |