diff options
Diffstat (limited to 'devel/kdestudio/Makefile')
-rw-r--r-- | devel/kdestudio/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/kdestudio/Makefile b/devel/kdestudio/Makefile index dffea51cdeeb..c8fcfa149f7c 100644 --- a/devel/kdestudio/Makefile +++ b/devel/kdestudio/Makefile @@ -13,19 +13,10 @@ MASTER_SITES= ftp://ftp.thekompany.com/pub/KDE_Studio/source/ \ MAINTAINER= twschulz@cord.edu -LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 - -USE_QT2= yes -MOC?= ${X11BASE}/bin/moc2 +USE_KDELIBS_VER=2 USE_GMAKE= yes INSTALLS_SHLIB= 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++" pre-configure: @/usr/bin/find ${WRKSRC} -name Makefile.in | /usr/bin/xargs ${PERL} -pi -e "s/CXXFLAGS = -O2 -Wall/#CXXFLAGS = do not touch me/" |