diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 17:30:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 17:30:49 +0800 |
commit | 26bb61741925176bbafa3ef704f8f9bc7b6f181d (patch) | |
tree | 43349e4723ffaeabfe317e1695642a04ee4816dc /x11/blast | |
parent | 4978003c66e365c901d07a96491c072c8da9c837 (diff) | |
download | freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.tar.gz freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.tar.zst freebsd-ports-gnome-26bb61741925176bbafa3ef704f8f9bc7b6f181d.zip |
- Add missing dependens after sdl12 cleanup
- Bump PORTREVISION
Submitted by: pointyhat via pav
Diffstat (limited to 'x11/blast')
-rw-r--r-- | x11/blast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blast/Makefile b/x11/blast/Makefile index b9c0cba37301..925cf1a0baa5 100644 --- a/x11/blast/Makefile +++ b/x11/blast/Makefile @@ -7,7 +7,7 @@ PORTNAME= blast PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/b/blast @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Blast blows holes through windows WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.orig -USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr +USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xt xrandr MAN1= blast.1 PLIST_FILES= bin/blast |