o On (OSVERSION >= 600000), depend upon misc/compat5x
o Bump PORTREVISION
This commit is contained in:
parent
845299be09
commit
88955af957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214913
2 changed files with 10 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= vgb
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fms.komkon.org/VGB/
|
||||
|
@ -39,4 +39,8 @@ do-install:
|
|||
IGNORE= does not work for FreeBSD versions prior to 5.2.1R
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= vgba
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fms.komkon.org/VGBA/
|
||||
PKGNAMESUFFIX= -bin
|
||||
|
@ -36,4 +36,8 @@ do-install:
|
|||
IGNORE= Does not work for FreeBSD versions prior to 5.2.1R
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000
|
||||
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue