diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:18:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-09 00:18:24 +0800 |
commit | b0b474e0ac449202a591c50a796cb0435cbf54fb (patch) | |
tree | 429557bb904add02c4773053408ecafc00048164 /math | |
parent | e82153eef4f02a4eb1526721480ad66f397c2e7c (diff) | |
download | freebsd-ports-gnome-b0b474e0ac449202a591c50a796cb0435cbf54fb.tar.gz freebsd-ports-gnome-b0b474e0ac449202a591c50a796cb0435cbf54fb.tar.zst freebsd-ports-gnome-b0b474e0ac449202a591c50a796cb0435cbf54fb.zip |
- Remove unnecessary BUILD_DEPENDS
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index d7230d59fee2..c6c086f39c85 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -11,7 +11,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/pari:configure LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari USES= perl5 |