aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-03 19:44:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-03 19:44:24 +0000
commit34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c (patch)
treebde3d38272c52cfba55c629855580f21abf1e69f /emulators/vgb-bin/Makefile
parentd68e3f780966b87f51303000c6ad2bcce61d6b05 (diff)
downloadports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.tar.gz
ports-34a8a8cd54d8ce695afed1a9d5714f9b0b1c4d1c.zip
Update to 3.0
Notes
Notes: svn path=/head/; revision=132368
Diffstat (limited to 'emulators/vgb-bin/Makefile')
-rw-r--r--emulators/vgb-bin/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index 4432beb62970..cf51d061ba4c 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vgb
-PORTVERSION= 2.2
+PORTVERSION= 3.0
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://fms.komkon.org/VGB/
@@ -26,7 +26,6 @@ INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin
- @${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin
@${INSTALL_DIR} ${PREFIX}/share/vgb
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
.if !defined(NOPORTDOCS)
@@ -36,8 +35,8 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x
+.if ${OSVERSION} < 502100
+IGNORE= Does not work for FreeBSD versions prior to 5.2.1R
.endif
.include <bsd.port.post.mk>