aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-10-13 10:31:56 +0800
committeralane <alane@FreeBSD.org>2002-10-13 10:31:56 +0800
commitce2ab6da2747ca1286dd730af9928df686d0477e (patch)
treea87c5337dfbc1ca60fdae4309650a85218b113e4 /x11/kdebase4-runtime
parenta1c3f51f019d7c9b94bc17c0e86c76453b4485b8 (diff)
downloadfreebsd-ports-gnome-ce2ab6da2747ca1286dd730af9928df686d0477e.tar.gz
freebsd-ports-gnome-ce2ab6da2747ca1286dd730af9928df686d0477e.tar.zst
freebsd-ports-gnome-ce2ab6da2747ca1286dd730af9928df686d0477e.zip
If defined(PACKAGE_BUILDING) then do not build with keramik/kwin backport.
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 9b379205ee6b..8babde812179 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -34,6 +34,10 @@ KERAMIK_DATE= 20021008.1942
MASTER_SITE_LOCAL_keramik=${MASTER_SITE_LOCAL:S@%SUBDIR%/@alane/:keramik@g}
+.if defined(PACKAGE_BUILDING)
+WITHOUT_KERAMIK= yes
+.endif # defined(PACKAGE_BUILDING)
+
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>