aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-04-29 06:21:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-04-29 06:21:06 +0800
commite11f08d0481797a215c5b1837a4cc18003dd082d (patch)
tree3692471d179bd27356f29f04a601f541cb17d39b /composer
parent8283ee1835f02d738dbc7336e36dcb0a75ce052c (diff)
downloadgsoc2013-evolution-e11f08d0481797a215c5b1837a4cc18003dd082d.tar.gz
gsoc2013-evolution-e11f08d0481797a215c5b1837a4cc18003dd082d.tar.zst
gsoc2013-evolution-e11f08d0481797a215c5b1837a4cc18003dd082d.zip
Fix broken OAF patch for the GNORBA case.
svn path=/trunk/; revision=2676
Diffstat (limited to 'composer')
0 files changed, 0 insertions, 0 deletions
s='column1'>| | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight * Update WWWsunpoet2018-05-281-1/+1 | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-01