diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:03:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 09:03:00 +0000 |
commit | a48886cfd6032baaa8c567d5403cd6fb30e30219 (patch) | |
tree | 5c561083b1d4ccaed338887dfe6f4fd353ed6d1d /games/awele | |
parent | * Removed MULTIVERSION logic until there is time to make it work right. (diff) |
LIB_DEPENDS on tk8.0.
Diffstat (limited to 'games/awele')
-rw-r--r-- | games/awele/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile index 98fcce966e4a..572bd4dedcad 100644 --- a/games/awele/Makefile +++ b/games/awele/Makefile @@ -3,7 +3,7 @@ # Date created: 01 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/05/05 08:00:27 tg Exp $ +# $Id: Makefile,v 1.2 1998/09/28 02:04:08 steve Exp $ # DISTNAME= awele @@ -14,6 +14,8 @@ EXTRACT_SUFX= 1.0.tgz MAINTAINER= tg@FreeBSD.ORG +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes MAN6= xawele.6 |