summaryrefslogtreecommitdiff
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
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
-rw-r--r--audio/kmp3/Makefile2
-rw-r--r--audio/krio/Makefile2
-rw-r--r--deskutils/korganizer/Makefile2
-rw-r--r--devel/moonshine/Makefile1
-rw-r--r--games/kbubbles/Makefile1
-rw-r--r--news/krn/Makefile3
6 files changed, 8 insertions, 3 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>
diff --git a/deskutils/korganizer/Makefile b/deskutils/korganizer/Makefile
index 7ddf244c3811..787df2b11e31 100644
--- a/deskutils/korganizer/Makefile
+++ b/deskutils/korganizer/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
USE_KDELIBS_VER=1
USE_BZIP2= yes
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_BISON= yes
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
index 53cdb3f31c06..9257295682c9 100644
--- a/devel/moonshine/Makefile
+++ b/devel/moonshine/Makefile
@@ -17,6 +17,7 @@ USE_QT_VER= 2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
GNU_CONFIGURE= yes
+QTCPPFLAGS+= -I${X11BASE}/include
.include <bsd.port.pre.mk>
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
diff --git a/news/krn/Makefile b/news/krn/Makefile
index 9f71c4ac5018..83ce1da81206 100644
--- a/news/krn/Makefile
+++ b/news/krn/Makefile
@@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= adsharma@sharmas.dhs.org
-LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ uu.1:${PORTSDIR}/converters/uulib
USE_KDELIBS_VER=1
GNU_CONFIGURE= yes