diff options
author | pav <pav@FreeBSD.org> | 2003-11-19 09:00:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-19 09:00:01 +0800 |
commit | 13b39413eb4f1501ad4eb2ca89cb6f77b43bd4ae (patch) | |
tree | af7cba64f35acbb9695156c4a4ac24d1d06f8fd4 /benchmarks | |
parent | d872fe54eb7695aa37c3fde247e38ee844f7b2a6 (diff) | |
download | freebsd-ports-gnome-13b39413eb4f1501ad4eb2ca89cb6f77b43bd4ae.tar.gz freebsd-ports-gnome-13b39413eb4f1501ad4eb2ca89cb6f77b43bd4ae.tar.zst freebsd-ports-gnome-13b39413eb4f1501ad4eb2ca89cb6f77b43bd4ae.zip |
- Unbreak by using EXTRACT_DEPENDS for gunshar.
PR: ports/58492
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Approved by: adamw (mentor)
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/xengine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/xengine/Makefile b/benchmarks/xengine/Makefile index e1d497f268e0..7c6fe1ea3207 100644 --- a/benchmarks/xengine/Makefile +++ b/benchmarks/xengine/Makefile @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below MAINTAINER= kazu@jp.freebsd.org COMMENT= Reciprocating engine for X -BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar +EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar DIST_SUBDIR= xengine NO_WRKSUBDIR= yes |