diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-11 22:58:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-11 22:58:20 +0800 |
commit | 9809ff7ecc558852199e22784f90e24707c2144e (patch) | |
tree | cb29f57e14b5c1959419fca3a7efc392e7a984e5 /graphics/xv-m17n | |
parent | 3f360624506cfadd782c998755436f04d2b8169a (diff) | |
download | freebsd-ports-gnome-9809ff7ecc558852199e22784f90e24707c2144e.tar.gz freebsd-ports-gnome-9809ff7ecc558852199e22784f90e24707c2144e.tar.zst freebsd-ports-gnome-9809ff7ecc558852199e22784f90e24707c2144e.zip |
Use classic run dependency line
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'graphics/xv-m17n')
-rw-r--r-- | graphics/xv-m17n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index 9e233dcd59e8..e75c27d6a837 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -15,7 +15,7 @@ PKGDIR= ${.CURDIR} MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL -RUN_DEPENDS= xv:${.CURDIR}/../xv +RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv NOMAN= yes |