diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /games/xmine | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index 4ca81fd7253c..537811ec50a3 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.12 1997/01/03 11:33:16 obrien Exp $ +# $Id: Makefile,v 1.13 1997/04/30 03:18:00 asami Exp $ # DISTNAME= xmine-1.0.3-Xaw @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org -LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d +LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11-toolkits/Xaw3d USE_IMAKE= yes MAN6= xmine.6 |