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 /print | |
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 'print')
-rw-r--r-- | print/ktexshell/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/print/ktexshell/Makefile b/print/ktexshell/Makefile index 2ec63d61ec5a..806c84214989 100644 --- a/print/ktexshell/Makefile +++ b/print/ktexshell/Makefile @@ -13,19 +13,11 @@ MASTER_SITE_SUBDIR= ktexshell MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -USE_QT2= yes -MOC?= ${X11BASE}/bin/moc2 +USE_KDELIBS_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#libqt#libqt2#g' ${WRKSRC}/configure |