diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-28 03:11:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-28 03:11:31 +0000 |
commit | 574078ffc112a93d54b7845071fe09f181eab44c (patch) | |
tree | a8e747561d09983f7438a9f23b1f00a0b718e8f8 /multimedia/tovid | |
parent | cf2106bfebd867cc0bcb563e68bebfc8fe2c0936 (diff) | |
download | ports-574078ffc112a93d54b7845071fe09f181eab44c.tar.gz ports-574078ffc112a93d54b7845071fe09f181eab44c.zip |
Notes
Diffstat (limited to 'multimedia/tovid')
-rw-r--r-- | multimedia/tovid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/tovid/Makefile b/multimedia/tovid/Makefile index 7828b27b1161..768e8a2d7e7d 100644 --- a/multimedia/tovid/Makefile +++ b/multimedia/tovid/Makefile @@ -7,6 +7,7 @@ PORTNAME= tovid PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= http://download.berlios.de/tovid/ @@ -36,6 +37,7 @@ BUILD_DEPENDS= \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools RUN_DEPENDS= \ ${BUILD_DEPENDS} \ + bash:${PORTSDIR}/shells/bash \ ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26 USE_REINPLACE= yes @@ -78,7 +80,7 @@ post-patch: .endfor # sh interpreter safeness @${REINPLACE_CMD} -E \ - -e 's|`which env`[[:space:]]+sh|${SH}|' \ + -e 's|`which env`[[:space:]]+sh|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/src/Makefile.in post-build: |