1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix RUN_DEPENDS line so that it doesn't remove ruby as a dependency

- Bump PORTREVISION

With hat:	ruby@
This commit is contained in:
Steve Wills 2013-06-01 00:52:11 +00:00
parent c8d0576046
commit 259659032b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319550

View File

@ -3,7 +3,7 @@
PORTNAME= facter
PORTVERSION= 1.6.18
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG \
http://downloads.puppetlabs.com/facter/
@ -21,7 +21,7 @@ PLIST_FILES= bin/facter
# Restrict dmidecode dependency to i386 and amd64 systems
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode
RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode
.endif
.include <bsd.port.post.mk>