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/xvmines | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'games/xvmines')
-rw-r--r-- | games/xvmines/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index d97c01ada5a9..fa51d56e0182 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/27 10:09:54 tg Exp $ # DISTNAME= xvmines-1.0 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib \ - olgx\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib \ + olgx\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib USE_IMAKE= yes MAN6= xvmines.6 |