fix x11/kde/libs dependency, brought to my attention by jakob@
This commit is contained in:
parent
b3a38f3e2f
commit
10b1d14ea8
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2000/03/25 13:59:50 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2000/03/26 22:20:03 brad Exp $
|
||||
# Original Author: Yanick Cote <yanick@fries.net>
|
||||
|
||||
DISTNAME= kdebase-1.1.2
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.230
|
||||
NEED_VERSION= 1.230
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
|
||||
@ -11,7 +11,7 @@ BUILD_DEPENDS= msgfmt::devel/gettext
|
||||
LIB_DEPENDS= qt.1.45::x11/qt \
|
||||
jpeg.62::graphics/jpeg \
|
||||
gif.4.1::graphics/giflib \
|
||||
kdecore.1::x11/kdelibs
|
||||
kdecore.1::x11/kde/libs
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
@ -26,8 +26,8 @@ GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --prefix='$${DESTDIR}${PREFIX}' \
|
||||
--enable-static \
|
||||
--with-qt-includes=${LOCALBASE}/include/X11/qt \
|
||||
--with-qt-libraries=${LOCALBASE}/lib
|
||||
--with-qt-includes="${LOCALBASE}/include/X11/qt" \
|
||||
--with-qt-libraries="${LOCALBASE}/lib"
|
||||
|
||||
pre-build:
|
||||
@echo ""
|
||||
|
Loading…
Reference in New Issue
Block a user