1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove all traces of KDE2 support.

This commit is contained in:
Alan Eldridge 2002-09-21 04:47:15 +00:00
parent 4d73714bfa
commit 9882b381b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66968
2 changed files with 2 additions and 16 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= qtella
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qtella
@ -19,14 +20,6 @@ CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
MAKE_ARGS+= -j2
.if defined(USE_KDE2)
USE_KDELIBS_VER= 2
MAKE_ENV+= MOC=${X11BASE}/bin/moc2
pre-patch:
@${PERL} -pi.orig -e 's|/moc(\W)|/moc2\1|g' \
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
.else
USE_KDELIBS_VER=3
.endif
.include <bsd.port.mk>

View File

@ -7,6 +7,7 @@
PORTNAME= qtella
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= qtella
@ -19,14 +20,6 @@ CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
CONFIGURE_ENV+= LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
MAKE_ARGS+= -j2
.if defined(USE_KDE2)
USE_KDELIBS_VER= 2
MAKE_ENV+= MOC=${X11BASE}/bin/moc2
pre-patch:
@${PERL} -pi.orig -e 's|/moc(\W)|/moc2\1|g' \
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
.else
USE_KDELIBS_VER=3
.endif
.include <bsd.port.mk>