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/krogue | |
parent | 683eaaa4ff765b627c52f147501abfaec4449cce (diff) |
Notes
Diffstat (limited to 'games/krogue')
-rw-r--r-- | games/krogue/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/krogue/Makefile b/games/krogue/Makefile index 0754886b6942..53469cf796d7 100644 --- a/games/krogue/Makefile +++ b/games/krogue/Makefile @@ -15,12 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 -USE_QT= yes +USE_KDELIBS_VER=1 USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= QTDIR="${X11BASE}" KDEDIR="${LOCALBASE}" -CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/X11/qt .include <bsd.port.mk> |