diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-19 01:00:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-19 01:00:35 +0800 |
commit | 1ccf580f583df7880672af536a63679f464b9ba9 (patch) | |
tree | 6e50cb69a67e42fc59ccff16478f92e1e13ad5a1 /emulators | |
parent | 657f368c8bcf9340da7e56a2ecc12aa3d2f52955 (diff) | |
download | freebsd-ports-graphics-1ccf580f583df7880672af536a63679f464b9ba9.tar.gz freebsd-ports-graphics-1ccf580f583df7880672af536a63679f464b9ba9.tar.zst freebsd-ports-graphics-1ccf580f583df7880672af536a63679f464b9ba9.zip |
Update to 2.0
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgba-bin/Makefile | 11 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index e5502a5587c..acf362c23fe 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vgba -PORTVERSION= 1.7 +PORTVERSION= 2.0 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/VGBA/ PKGNAMESUFFIX= -bin @@ -30,4 +30,11 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/VGBA.html ${DOCSDIR} .endif # !defined(NOPORTDOCS) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500000 +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x +.endif + +.include <bsd.port.post.mk> + diff --git a/emulators/vgba-bin/distinfo b/emulators/vgba-bin/distinfo index 1c88ec7b588..feede1384c7 100644 --- a/emulators/vgba-bin/distinfo +++ b/emulators/vgba-bin/distinfo @@ -1 +1 @@ -MD5 (VGBA17-FreeBSD-80x86-bin.tar.Z) = d6b65579664e780d574df12029bd41b0 +MD5 (VGBA20-FreeBSD-80x86-bin.tar.Z) = 8786af794d5a9a5f83682ea4eacd5ec6 |