diff options
author | gerald <gerald@FreeBSD.org> | 2015-04-11 20:21:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-04-11 20:21:26 +0800 |
commit | 6d230dc10d0c94cbe3f89c57895af30f302dc891 (patch) | |
tree | 79d64bb89bae1a633a764767b9aef18fd6a3398a /emulators | |
parent | cdcfdb7568e4d0bd3c5c7fc77a12238e9fb36463 (diff) | |
download | freebsd-ports-gnome-6d230dc10d0c94cbe3f89c57895af30f302dc891.tar.gz freebsd-ports-gnome-6d230dc10d0c94cbe3f89c57895af30f302dc891.tar.zst freebsd-ports-gnome-6d230dc10d0c94cbe3f89c57895af30f302dc891.zip |
Change the COMPHOLIO-specific BUILD_DEPENDS to EXTRACT_DEPENDS now that
we moved the unpacking and initial patching from the pre-configure target
to post-extract.
Reported by: pkg-fallout
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d110be50e69d..4b72d0b58dc8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -140,7 +140,7 @@ MASTER_SITES+= https://github.com/compholio/wine-compholio-daily/archive/:cho COMP_DIST= v${DISTVERSION}.tar.gz DISTFILES+= ${COMP_DIST}:cho -BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \ +EXTRACT_DEPENDS=bash:${PORTSDIR}/shells/bash \ git:${PORTSDIR}/devel/git CONFIGURE_ARGS+=--without-pulse |