summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-29 13:18:51 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-29 13:18:51 +0800
commit760588225e60c4d3edeb3bc95ef1df4cd2566f79 (patch)
tree225e4e7a709451114447e92bf3846e1eada9cf59 /Mk/bsd.gnome.mk
parentbe5f5a22710ccd65804bdb5c27374d122b3e5a8a (diff)
downloadmarcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar.gz
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar.bz2
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar.lz
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar.xz
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.tar.zst
marcuscom-ports-760588225e60c4d3edeb3bc95ef1df4cd2566f79.zip
readd the not-to-be-merged stuff after the retag.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2205 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 6205388e7..8bf5d9aee 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -555,8 +555,14 @@ _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component}
_COMP_TEST= ${_USE_GNOME:M${component}}
. if ${_COMP_TEST:S/${component}//}!=${_COMP_TEST:S/ / /g}
BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS}
+#######################################################
+#
+# *** WARNING: DO NOT MERGE THIS NEXT LINE TO FREEBSD
+#
+.if !defined(NODEPENDS)
LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
+.endif
CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS}
CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}