aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/vgb-bin/Makefile6
-rw-r--r--emulators/vgba-bin/Makefile6
2 files changed, 10 insertions, 2 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>
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile
index 3d0371110622..a6be23c8caaa 100644
--- a/emulators/vgba-bin/Makefile
+++ b/emulators/vgba-bin/Makefile
@@ -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>