diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-03 08:14:43 +0000 |
commit | dbba8af6447e625aae93ec45e619acbecb4ab189 (patch) | |
tree | d696a8c2d3e835a743132aa1f6a5cc0557d1c435 /games/ktamaga/Makefile | |
parent | 683eaaa4ff765b627c52f147501abfaec4449cce (diff) |
Notes
Diffstat (limited to 'games/ktamaga/Makefile')
-rw-r--r-- | games/ktamaga/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ktamaga/Makefile b/games/ktamaga/Makefile index 7a8065ca32db..1c300b3aeb9d 100644 --- a/games/ktamaga/Makefile +++ b/games/ktamaga/Makefile @@ -13,10 +13,8 @@ MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/unstable/apps/games/ \ MAINTAINER= se@freebsd.org -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 +USE_KDELIBS_VER=1 MAKE_ENV= DEBUG_FL="$(CFLAGS)" - -USE_QT= yes WRKSRC= ${WRKDIR}/tamaga-0.2 .include <bsd.port.mk> |