diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-23 05:59:49 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-23 05:59:49 +0000 |
commit | 3e4552b68e601126c98f1b93c32d05316ada39e1 (patch) | |
tree | 07172c59b786781249ea8badab30605a3d758741 /x11-toolkits/libjsearch | |
parent | 9bbcaf285946ffe3fd3f84b162f1ece5f339070e (diff) | |
download | FreeBSD-ports-3e4552b68e601126c98f1b93c32d05316ada39e1.zip FreeBSD-ports-3e4552b68e601126c98f1b93c32d05316ada39e1.tar.gz |
Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriate
Submitted by: bento
Diffstat (limited to 'x11-toolkits/libjsearch')
-rw-r--r-- | x11-toolkits/libjsearch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libjsearch/Makefile b/x11-toolkits/libjsearch/Makefile index f52e13d..7a4ad7e 100644 --- a/x11-toolkits/libjsearch/Makefile +++ b/x11-toolkits/libjsearch/Makefile @@ -16,8 +16,8 @@ DISTNAME= JSearch_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= An additional library for the JX widget library -BUILD_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure \ - makemake:${JXPORT} +EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure +BUILD_DEPENDS= makemake:${JXPORT} LIB_DEPENDS= jx-1_5_3.1:${JXPORT} WRKSRC= ${WRKDIR}/JX-1.5.3 |