o On (OSVERSION >= 600000), depend upon misc/compat5x

o Bump PORTREVISION
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2008-06-15 18:50:31 +00:00
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

View file

@ -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>

View file

@ -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>