diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-23 05:59:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-23 05:59:49 +0000 |
commit | 405dc438534a0e678cc1e1b4680992b344660696 (patch) | |
tree | e2634c864ab485b44fb1069da0579d0852505725 /x11-toolkits/libj2dplot | |
parent | 3e7a43f6a03314fda971327006c2b47548604818 (diff) | |
download | freebsd-ports-405dc438534a0e678cc1e1b4680992b344660696.zip |
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Diffstat (limited to 'x11-toolkits/libj2dplot')
-rw-r--r-- | x11-toolkits/libj2dplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libj2dplot/Makefile b/x11-toolkits/libj2dplot/Makefile index bdd6fcb996d8..d50f7a3e8bb3 100644 --- a/x11-toolkits/libj2dplot/Makefile +++ b/x11-toolkits/libj2dplot/Makefile @@ -15,8 +15,8 @@ DISTNAME= J2DPlot_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= A 2D plotting library for the JX toolkit -BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure \ - makemake:${JXPORT} +EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure +BUILD_DEPENDS= makemake:${JXPORT} LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \ jparser-1_1_8.1:${PORTSDIR}/x11-toolkits/libjparser |