summaryrefslogtreecommitdiffstats
path: root/math/glove
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-03-23 05:59:49 +0000
committerlioux <lioux@FreeBSD.org>2003-03-23 05:59:49 +0000
commit3e4552b68e601126c98f1b93c32d05316ada39e1 (patch)
tree07172c59b786781249ea8badab30605a3d758741 /math/glove
parent9bbcaf285946ffe3fd3f84b162f1ece5f339070e (diff)
downloadFreeBSD-ports-3e4552b68e601126c98f1b93c32d05316ada39e1.zip
FreeBSD-ports-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.gz
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Diffstat (limited to 'math/glove')
-rw-r--r--math/glove/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/glove/Makefile b/math/glove/Makefile
index 987aba5..9a37b96 100644
--- a/math/glove/Makefile
+++ b/math/glove/Makefile
@@ -15,8 +15,8 @@ DISTNAME= Glove_source-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= Data acquisition, manipulation, and analysis program for X
-BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure \
- makemake:${JXPORT}
+EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure
+BUILD_DEPENDS= makemake:${JXPORT}
LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \
j2dplot-0_6_5.0:${PORTSDIR}/x11-toolkits/libj2dplot \
jparser-1_1_8.1:${PORTSDIR}/x11-toolkits/libjparser
OpenPOWER on IntegriCloud