diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-23 13:59:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-23 13:59:49 +0800 |
commit | 3e4552b68e601126c98f1b93c32d05316ada39e1 (patch) | |
tree | 07172c59b786781249ea8badab30605a3d758741 /math | |
parent | 9bbcaf285946ffe3fd3f84b162f1ece5f339070e (diff) | |
download | freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.gz freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.zst freebsd-ports-gnome-3e4552b68e601126c98f1b93c32d05316ada39e1.zip |
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/glove/Makefile | 4 | ||||
-rw-r--r-- | math/thx_1138/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/glove/Makefile b/math/glove/Makefile index 987aba5c8027..9a37b96a8e64 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 diff --git a/math/thx_1138/Makefile b/math/thx_1138/Makefile index 00f6112b7d1f..1e83c4c5663b 100644 --- a/math/thx_1138/Makefile +++ b/math/thx_1138/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME:S,_,-,}_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Electronic Paper for Calculations and Graphs -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 |