aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-09-21 12:47:15 +0800
committeralane <alane@FreeBSD.org>2002-09-21 12:47:15 +0800
commite1d2758aec9b99f70414bc002cdae26bce89092f (patch)
tree9aba27fd7d2bf55c6480e4696b5d323a82539443 /net
parent5f33b53a9f26d03829c98350f8368846922e2e1c (diff)
downloadfreebsd-ports-gnome-e1d2758aec9b99f70414bc002cdae26bce89092f.tar.gz
freebsd-ports-gnome-e1d2758aec9b99f70414bc002cdae26bce89092f.tar.zst
freebsd-ports-gnome-e1d2758aec9b99f70414bc002cdae26bce89092f.zip
Remove all traces of KDE2 support.
Diffstat (limited to 'net')
-rw-r--r--net/qtella/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/qtella/Makefile b/net/qtella/Makefile
index b88b85b878c3..bed9e47164e3 100644
--- a/net/qtella/Makefile
+++ b/net/qtella/Makefile
@@ -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>