diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-12 03:02:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-12 03:02:24 +0000 |
commit | cef8910eaaa9c2946347c51fcaa42d77f66c5f43 (patch) | |
tree | e0e894c20df7100254c443299fe8737f905379be /converters | |
parent | d19a1256af034aa3c15add1a3f5c20a19f53f0a4 (diff) | |
download | ports-cef8910eaaa9c2946347c51fcaa42d77f66c5f43.tar.gz ports-cef8910eaaa9c2946347c51fcaa42d77f66c5f43.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport2/Makefile | 18 | ||||
-rw-r--r-- | converters/kdesupport2/distinfo | 2 |
2 files changed, 7 insertions, 13 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 23119b4a9e7c..e542bf5d22cf 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -6,36 +6,30 @@ # PORTNAME= kdesupport -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= converters kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= kevlo@FreeBSD.org -BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ - ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg USE_QT2= yes MOC= ${X11BASE}/bin/moc2 -SOMAJOR= 8 -SOMINOR= 0 USE_BZIP2= yes USE_NEWGCC= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ +CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ - --without-libjpeg --without-libgif \ - --without-libgdbm --without-libuulib \ - --without-odbc --without-audiofile \ - --with-extra-libs=${LOCALBASE}/lib + --with-extra-libs=${LOCALBASE}/lib \ + --without-audiofile CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc" USE_GMAKE= yes -PLIST_SUB+= LIBVER="${SOMAJOR}" pre-configure: ${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g" ${WRKSRC}/configure diff --git a/converters/kdesupport2/distinfo b/converters/kdesupport2/distinfo index 56d5b733aaa7..72795b5e1854 100644 --- a/converters/kdesupport2/distinfo +++ b/converters/kdesupport2/distinfo @@ -1 +1 @@ -MD5 (kdesupport-2.0.tar.bz2) = b9bf4d1e0e96921379e55cc386f1e336 +MD5 (kdesupport-2.0.1.tar.bz2) = 9921bc925e3be706eed7f7ce64307997 |