diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 14:58:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-11 14:58:20 +0000 |
commit | 10eec58122653946cd54ad29ffe67acaadf01226 (patch) | |
tree | cb29f57e14b5c1959419fca3a7efc392e7a984e5 /graphics/xv-m17n/Makefile | |
parent | 8e64d30c27b8b64db87b8fda5a75279f09b660e8 (diff) |
Use classic run dependency line
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=305729
Diffstat (limited to 'graphics/xv-m17n/Makefile')
-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 |