diff options
author | will <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-04 07:52:38 +0000 |
commit | 0b1c225d870dea60f65dd10e4eb59de4e7a1a193 (patch) | |
tree | de6a224af6ecaeb2457ceffa6bc4b299155fddac /audio/kmp3 | |
parent | 4b88dd6205457b5aa2f2ed7c3aadc856c75f1b55 (diff) | |
download | FreeBSD-ports-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.zip FreeBSD-ports-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.tar.gz |
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 'audio/kmp3')
-rw-r--r-- | audio/kmp3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/kmp3/Makefile b/audio/kmp3/Makefile index d645669..f0734c1e 100644 --- a/audio/kmp3/Makefile +++ b/audio/kmp3/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.kmp3.org/tarballs/ MAINTAINER= mb@imp.ch +LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 + USE_KDELIBS_VER=1 GNU_CONFIGURE= yes USE_GMAKE= yes |