diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-13 08:54:52 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-04-13 08:54:52 +0000 |
commit | 7645c60ab39c27c86eb6f301a2b509d85c74303e (patch) | |
tree | 9e8ade688804bc65d4f7d2ecaec9162c98257bf1 /x11-wm | |
parent | 000ab40d99fe5c414fc3bd541e7be05e70bcaf93 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/kwix/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/x11-wm/kwix/Makefile b/x11-wm/kwix/Makefile index feecfd1bf013..4f776d4db06a 100644 --- a/x11-wm/kwix/Makefile +++ b/x11-wm/kwix/Makefile @@ -14,21 +14,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}kb MAINTAINER= demon@FreeBSD.org -BUILD_DEPENDS= kwin:${PORTSDIR}/x11/kdebase2 -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - intl.1:${PORTSDIR}/devel/gettext -RUN_DEPENDS= kwin:${PORTSDIR}/x11/kdebase2 +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -USE_QT2= yes -MOC?= ${X11BASE}/bin/moc2 +USE_KDEBASE_VER=2 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib \ - --with-extra-libs=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ - MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \ - LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" post-patch: @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure |