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 /audio | |
| 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 'audio')
| -rw-r--r-- | audio/kmp3/Makefile | 2 | ||||
| -rw-r--r-- | audio/krio/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/audio/kmp3/Makefile b/audio/kmp3/Makefile index d64566979953..f0734c1e84ee 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 diff --git a/audio/krio/Makefile b/audio/krio/Makefile index 189fba2c5daf..4dba3cf6da2c 100644 --- a/audio/krio/Makefile +++ b/audio/krio/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ak@freenet.co.uk USE_KDEBASE_VER=1 -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include .include <bsd.port.mk> |
