summaryrefslogtreecommitdiff
path: root/devel/automoc4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/automoc4/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/automoc4/Makefile b/devel/automoc4/Makefile
index 73cfc12674cb..222bb55d4cbb 100644
--- a/devel/automoc4/Makefile
+++ b/devel/automoc4/Makefile
@@ -1,15 +1,14 @@
-# New ports collection makefile for: kdesupport4
+# New ports collection makefile for: automoc4
# Date created: today
# Whom: miwi
#
# $FreeBSD$
PORTNAME= automoc4
-PORTVERSION= 0.9.84
-PORTREVISION= 1
+PORTVERSION= 0.9.88
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= unstable/automoc4/0.9.84/
+MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
@@ -17,11 +16,9 @@ COMMENT= Automatic moc for Qt 4 packages
USE_BZIP2= yes
USE_ICONV= yes
-USE_KDE4= kdeprefix kdehier
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc rcc_build uic_build
USE_CMAKE= yes
-CMAKE_VERBOSE= yes
CMAKE_USE_PTHREAD= yes
.include <bsd.port.mk>