summaryrefslogtreecommitdiff
path: root/x11/kdelibs3-nocups
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-08-28 08:20:53 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-08-28 08:20:53 +0000
commitbade40d1c8efd3bf27a2d82af840298e187130ca (patch)
treeec2d045da5bc01901835a34955d0fd10c0a99a19 /x11/kdelibs3-nocups
parentUpgrade to 20050520 patch (diff)
Rearrange the kdelibs3 and kdelibs3-nocups ports so that it's possible
to build a cups-disabled kdelibs from the get-go by defining WITHOUT_CUPS or KDE_WITHOUT_CUPS during builds. Proposed and based on a patch submitted by: mi
Notes
Notes: svn path=/head/; revision=141045
Diffstat (limited to 'x11/kdelibs3-nocups')
-rw-r--r--x11/kdelibs3-nocups/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/kdelibs3-nocups/Makefile b/x11/kdelibs3-nocups/Makefile
index 7ffadeb0f62c..30e1c98bac39 100644
--- a/x11/kdelibs3-nocups/Makefile
+++ b/x11/kdelibs3-nocups/Makefile
@@ -4,15 +4,13 @@
#
# $FreeBSD$
-PORTNAME= kdelibs3
-PKGNAMESUFFIX= -nocups
+PORTNAME?= kdelibs3
+PKGNAMESUFFIX?= -nocups
MAINTAINER= kde@FreeBSD.org
-MASTERDIR= ${.CURDIR}/../kdelibs3
-CONFLICTS+= kdelibs-[0-9]*
-
-CONFIGURE_ARGS+= --disable-cups
PLIST= ${.CURDIR}/pkg-plist
+WITHOUT_CUPS= yes
+MASTERDIR= ${.CURDIR}/../../x11/kdelibs3
.include "${MASTERDIR}/Makefile"