diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-28 00:39:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-07-28 00:39:25 +0000 |
commit | 7947183f10a88556a219fca9e2b847a87eb3d678 (patch) | |
tree | 1ee3264cd9744e84b4b6a8bfc310977ab28a9899 /games/xbill | |
parent | Making x11 category more useful project part 1: take out "x11" of (diff) |
Guess I'll watch over this.
(about the only game I every play anyway)
Notes
Notes:
svn path=/head/; revision=12174
Diffstat (limited to '')
-rw-r--r-- | games/xbill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 05d8c3539361..518c675bfc88 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,7 +3,7 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1997/02/12 10:25:56 obrien Exp $ +# $Id: Makefile,v 1.5 1997/12/25 22:29:18 asami Exp $ # DISTNAME= xbill-2.0 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= obrien@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |