aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-06-15 18:50:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2008-06-15 18:50:31 +0000
commit88955af95761a3a85d4a5bc18039de20b2bba44d (patch)
tree4b63cd0dfa3a1dc004259da64df18da4cc0f1390 /emulators/vgb-bin
parent845299be09c1386d9237b66644cded94774dc77c (diff)
downloadports-88955af95761a3a85d4a5bc18039de20b2bba44d.tar.gz
ports-88955af95761a3a85d4a5bc18039de20b2bba44d.zip
o On (OSVERSION >= 600000), depend upon misc/compat5x
o Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=214913
Diffstat (limited to 'emulators/vgb-bin')
-rw-r--r--emulators/vgb-bin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index d2e95a31c77c..8ccc54e62dae 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -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>