diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-26 15:23:05 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-26 15:23:05 +0000 |
commit | 60c0522296e6b29fef81032a72b160a852bf1a8c (patch) | |
tree | a3b2155b101672d0b6c09376d691aaf1e16deebc /sysutils/grub2-pcbsd/Makefile | |
parent | b7100d7211a4dc357b1853f429fdab8d88abbc98 (diff) | |
download | ports-60c0522296e6b29fef81032a72b160a852bf1a8c.tar.gz ports-60c0522296e6b29fef81032a72b160a852bf1a8c.zip |
Notes
Diffstat (limited to 'sysutils/grub2-pcbsd/Makefile')
-rw-r--r-- | sysutils/grub2-pcbsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub2-pcbsd/Makefile b/sysutils/grub2-pcbsd/Makefile index 6761acdcac66..91c5ba299e7d 100644 --- a/sysutils/grub2-pcbsd/Makefile +++ b/sysutils/grub2-pcbsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02p -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ @@ -91,3 +91,5 @@ post-install: @${INSTALL_SCRIPT} ${WRKDIR}/30_os-prober ${STAGEDIR}${PREFIX}/etc/grub.d/ .include <bsd.port.post.mk> + +RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} |