diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-09-11 16:18:13 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-09-11 16:18:13 +0000 |
commit | 4a92eea3c850c549349c124dec37138044e752b3 (patch) | |
tree | add9bf8ee70ef3c1879135510e86a0f17d790eaf /trunk/mkbuild | |
parent | 1ba8b85399d2ff2412757b31a42fa00a695f15b2 (diff) | |
download | simplepkg-4a92eea3c850c549349c124dec37138044e752b3.tar.gz simplepkg-4a92eea3c850c549349c124dec37138044e752b3.tar.bz2 |
createpkg-1.1.4: correção do nome do slack-required
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@440 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild')
-rw-r--r-- | trunk/mkbuild/sample-Pyrex-large.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/mkbuild/sample-Pyrex-large.mkbuild b/trunk/mkbuild/sample-Pyrex-large.mkbuild index b2a0dae..4001238 100644 --- a/trunk/mkbuild/sample-Pyrex-large.mkbuild +++ b/trunk/mkbuild/sample-Pyrex-large.mkbuild @@ -58,8 +58,8 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0" -#[[SLACK_REQUIRED]]="" +#[[SLACK REQUIRED]]="dep1 >= 1.1.1: dep2 >= 2.2.2:dep3:dep4:dep5 = 1.0" +[[SLACK REQUIRED]]="" # # Decompress program |