diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /science | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) | |
download | ports-e7babf915317e77ffd1ab391345d28228ba531a0.tar.gz ports-e7babf915317e77ffd1ab391345d28228ba531a0.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/getdp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 9bcf06a2ec37..929625d98364 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -43,14 +43,10 @@ CONFIGURE_ARGS+= --enable-multiharmonic .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) -. if ${PERL_LEVEL} < 500600 -NOPORTDOCS= yes -. else ALL_TARGET= all doc BUILD_DEPENDS+= texi2pdf:${PORTSDIR}/print/teTeX-base \ dvips:${PORTSDIR}/print/dvipsk-tetex USE_PERL5_BUILD= yes -. endif .endif post-install: |