diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
commit | 8fed2698e159437710829d9279105e2d09a5f6a9 (patch) | |
tree | 901fc4f9a048ed3fed08740b96a7cd572bc74c5c /games/blobby/Makefile | |
parent | Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes, (diff) |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
Notes
Notes:
svn path=/head/; revision=231579
Diffstat (limited to 'games/blobby/Makefile')
-rw-r--r-- | games/blobby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index ca8747e1f75f..eeef952abf8f 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -7,6 +7,7 @@ PORTNAME= blobby PORTVERSION= 0.6a +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF DISTNAME= blobby2-linux-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= blobby2-linux-${PORTVERSION} MAINTAINER= ganael.laplanche@martymac.com COMMENT= Official continuation of the famous Blobby Volley 1.x game -LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \ +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ drm:${PORTSDIR}/graphics/libdrm USE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender |