summaryrefslogtreecommitdiff
path: root/audio/krio
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-04 07:52:38 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-04 07:52:38 +0000
commit385d26eb0b018e6d47691f612a3425668c84b18d (patch)
tree3d4693fdedbfd2cb4d91b7f7051164977a1812f5 /audio/krio
parentAdd qthreads dependency + remove whitespace before EOL in plist. (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).
Notes
Notes: svn path=/head/; revision=40830
Diffstat (limited to 'audio/krio')
-rw-r--r--audio/krio/Makefile2
1 files changed, 1 insertions, 1 deletions
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>