diff options
author | demon <demon@FreeBSD.org> | 2001-04-13 16:54:52 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-04-13 16:54:52 +0800 |
commit | 678d487f24ca51ad67fe3f69e16b118c62037588 (patch) | |
tree | 907e5bc0de8070bd123f03d3661c1c6eed6253f5 /x11-wm | |
parent | cf846b6c3639fb85451c4496218d1b338f3c2555 (diff) | |
download | freebsd-ports-gnome-678d487f24ca51ad67fe3f69e16b118c62037588.tar.gz freebsd-ports-gnome-678d487f24ca51ad67fe3f69e16b118c62037588.tar.zst freebsd-ports-gnome-678d487f24ca51ad67fe3f69e16b118c62037588.zip |
Update to use bsd.kde.mk
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 |