From 4d5264a2da4b1b56b9100ad1d3d829782fd0286b Mon Sep 17 00:00:00 2001 From: demon Date: Wed, 19 Mar 2003 07:41:55 +0000 Subject: Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS to unbreak the build on systems without cabextract. Approved by: kris --- x11-fonts/webfonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-fonts') diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index b9c38c0fbaf0..e96315a32eba 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -27,8 +27,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= kkonstan@duth.gr COMMENT= TrueType core fonts for the Web -BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir \ - cabextract:${PORTSDIR}/archivers/cabextract +EXTRACT_DEPENDS=cabextract:${PORTSDIR}/archivers/cabextract +BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir USE_X_PREFIX= yes -- cgit