summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-23 12:48:51 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-23 12:48:51 +0800
commitaf50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea (patch)
tree868a055f5d5c7a087ff3dd3b008b53c2d2df53a8
parent2d00b56470ee7e2251ab37003e160907bb72faa8 (diff)
downloadmarcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar.gz
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar.bz2
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar.lz
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar.xz
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.tar.zst
marcuscom-ports-af50f7fc4db4135ac0d4a8fe5c3c2f721403f2ea.zip
Remove the MARCUSCOM_CVS/NODEPENDS as we don't really need this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16996 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gnome.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index e07621ff5..c5793b2c3 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.562 2012/06/14 01:17:49 mezz Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.563 2012/07/22 20:37:58 mezz Exp $
#
# Please view me with 4 column tabs!
@@ -835,31 +835,13 @@ PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS}
. if ${USE_GNOME:M${component}\:build}!=""
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
. elif ${USE_GNOME:M${component}\:run}!=""
-. if defined(MARCUSCOM_CVS)
-. if !defined(NODEPENDS)
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
-. endif
-. else
-RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
-. endif
. else
. if defined(${component}_LIB_DEPENDS)
-. if defined(MARCUSCOM_CVS)
-. if !defined(NODEPENDS)
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
-. endif
-. else
-LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
-. endif
. else
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
-. if defined(MARCUSCOM_CVS)
-. if !defined(NODEPENDS)
-RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
-. endif
-. else
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
-. endif
. endif
. endif
. endif