Commit 4523c77c8ab73f811b205550f52f71bbe434e8c0
1 parent
8ca7c22f
Изменение директивы RUN_DEPS
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile
@@ -12,8 +12,8 @@ COMMENT= Site management tool | @@ -12,8 +12,8 @@ COMMENT= Site management tool | ||
12 | USE_PHP= yes | 12 | USE_PHP= yes |
13 | USES= tar:bz2 | 13 | USES= tar:bz2 |
14 | 14 | ||
15 | -RUN_DEPENDS+= dslibs-php>=0.13.0:${PORTSDIR}/misc/dslibs-php \ | ||
16 | - bash-completion>=2.0,1:${PORTSDIR}/shells/bash-completion | 15 | +RUN_DEPENDS+= dslibs-php>=0.13.0:misc/dslibs-php \ |
16 | + bash-completion>=2.0,1:shells/bash-completion | ||
17 | 17 | ||
18 | do-build: | 18 | do-build: |
19 | 19 |