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 | |
parent | 532c41471e2b914c47719f42f26ccf73f66e4e25 (diff) | |
download | ports-8fed2698e159437710829d9279105e2d09a5f6a9.tar.gz ports-8fed2698e159437710829d9279105e2d09a5f6a9.zip |
Notes
Diffstat (limited to 'games/blobby')
-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 |