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 /ftp/kmago | |
parent | cf846b6c3639fb85451c4496218d1b338f3c2555 (diff) | |
download | freebsd-ports-graphics-678d487f24ca51ad67fe3f69e16b118c62037588.tar.gz freebsd-ports-graphics-678d487f24ca51ad67fe3f69e16b118c62037588.tar.zst freebsd-ports-graphics-678d487f24ca51ad67fe3f69e16b118c62037588.zip |
Update to use bsd.kde.mk
Diffstat (limited to 'ftp/kmago')
-rw-r--r-- | ftp/kmago/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ftp/kmago/Makefile b/ftp/kmago/Makefile index b16446a528e..9741d054fbc 100644 --- a/ftp/kmago/Makefile +++ b/ftp/kmago/Makefile @@ -14,19 +14,11 @@ MASTER_SITE_SUBDIR= kmago MAINTAINER= demon@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -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#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kmago/Makefile.in |