diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-07 20:30:46 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-07 20:30:46 +0000 |
commit | bc642bd22c5fbf129e4d2c11673b10f75e777de8 (patch) | |
tree | bab03b5f602d873fd7927190ed69f14f56aa47eb /games/grubinvaders | |
parent | Update to 1.6 (diff) |
Add path for grub dependency due to grub living in ${LOCALBASE}/sbin
which is not in bento's path.
Notes
Notes:
svn path=/head/; revision=58677
Diffstat (limited to 'games/grubinvaders')
-rw-r--r-- | games/grubinvaders/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grubinvaders/Makefile b/games/grubinvaders/Makefile index 200cbead47d8..410f483ec24d 100644 --- a/games/grubinvaders/Makefile +++ b/games/grubinvaders/Makefile @@ -13,7 +13,7 @@ DISTNAME= invaders-${PORTVERSION} MAINTAINER= jedgar@FreeBSD.org -RUN_DEPENDS= grub:${PORTSDIR}/sysutils/grub +RUN_DEPENDS= ${LOCALBASE}/sbin/grub:${PORTSDIR}/sysutils/grub MAKEFILE= ${FILESDIR}/Makefile ONLY_FOR_ARCHS= i386 |