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/imaze | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index d8342aa4177f..20d33ac0e889 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -3,7 +3,7 @@ # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # -# $Id: Makefile,v 1.8 1996/12/19 05:10:13 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/05 09:30:56 asami Exp $ # DISTNAME= imaze @@ -18,7 +18,7 @@ MAINTAINER= kuehn@rz.tu-clausthal.de .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKE_ENV+= FORCE_MOTIF=yes .else -LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11-toolkits/xview-lib .endif EXTRACT_ONLY= imaze1.3.tar.Z |