diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /games/xvmines | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
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 |