diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-20 05:35:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-20 05:35:15 +0000 |
commit | 3f913c5e949fb664ae55a002e327b2c7d248695e (patch) | |
tree | 8119a0ef6f3024ed9a326fa14519c399d024e444 /games | |
parent | 1ab2c0573e3b946681c291fb6f24806bc6bb76ca (diff) | |
download | ports-3f913c5e949fb664ae55a002e327b2c7d248695e.tar.gz ports-3f913c5e949fb664ae55a002e327b2c7d248695e.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/ktamaga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile index 5e33b581176b..71bc85cb4972 100644 --- a/games/ktamaga/Makefile +++ b/games/ktamaga/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.9 1998/10/02 18:21:31 brian Exp $ +# $Id: Makefile,v 1.10 1999/02/20 00:57:12 se Exp $ # DISTNAME= ktamaga-0.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/unstable/apps/games/ \ MAINTAINER= se@freebsd.org -LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 MAKE_ENV= DEBUG_FL="$(CFLAGS)" USE_QT= yes |