diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /games/xroach/Makefile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'games/xroach/Makefile')
-rw-r--r-- | games/xroach/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 5e69dfc98664..1fb742a7e6e6 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -7,7 +7,7 @@ PORTNAME= xroach PORTVERSION= 4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BACKUP} DISTNAME= ${PORTNAME} @@ -15,11 +15,11 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Cockroaches hide under your windows +USE_XORG= x11 MAN6= xroach.6 MANCOMPRESSED= maybe PLIST_FILES= bin/xroach -USE_X_PREFIX= yes IGNOREFILES= ${DISTFILES} WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xroach |