diff options
| author | Will Andrews <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
| commit | 385d26eb0b018e6d47691f612a3425668c84b18d (patch) | |
| tree | 3d4693fdedbfd2cb4d91b7f7051164977a1812f5 /games | |
| parent | c12a4d34f383946970360a8acb732a09bb7e00a0 (diff) | |
Various fixes:
- Put kdesupport11 dependency back. I forgot that it is not implied by
kdelibs11 as kdesupport2 is by kdelibs2.
- HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed.
- Add X11 headers to CPPFLAGS for moonshine (extreme case).
Diffstat (limited to 'games')
| -rw-r--r-- | games/kbubbles/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile index 097a4961e9d9..dac754e98e60 100644 --- a/games/kbubbles/Makefile +++ b/games/kbubbles/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://hem.passagen.se/tonybj/kbubbles/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 USE_KDELIBS_VER=1 USE_LIBTOOL= yes |
