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).
This commit is contained in:
parent
c12a4d34f3
commit
385d26eb0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40830
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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)" \
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user