diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-05-08 04:30:46 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-05-08 04:30:46 +0800 |
commit | d5ec8aa828246b949bace71dc7c864ebf04f6ae9 (patch) | |
tree | a27d2c361c5490d924073fb21df58f2e32943e8a /games | |
parent | d242b2807238eb13447c24e76ac97fa7eb23dcff (diff) | |
download | freebsd-ports-gnome-d5ec8aa828246b949bace71dc7c864ebf04f6ae9.tar.gz freebsd-ports-gnome-d5ec8aa828246b949bace71dc7c864ebf04f6ae9.tar.zst freebsd-ports-gnome-d5ec8aa828246b949bace71dc7c864ebf04f6ae9.zip |
Add path for grub dependency due to grub living in ${LOCALBASE}/sbin
which is not in bento's path.
Diffstat (limited to 'games')
-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 |