diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-19 07:41:55 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-03-19 07:41:55 +0000 |
commit | b9b0e92a41292aad1c6741c7af8f0355abb5ea1f (patch) | |
tree | 99fb74f1c20e23ca63334d0582a57681148c51f8 /x11-fonts | |
parent | - switch to USE_PERL5_BUILD (diff) |
Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS to
unbreak the build on systems without cabextract.
Approved by: kris
Notes
Notes:
svn path=/head/; revision=77162
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |