diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-01-26 23:35:47 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-01-26 23:35:47 +0800 |
commit | 7fc1f45d1c577b0087a7e696c52d20e4016d3ddb (patch) | |
tree | 27fa001eecb42f8c47b759f734b9df6f4cadf1cb /graphics/xv-m17n | |
parent | 905f01a2a91ceb36f0219c7eba9d335a98513d03 (diff) | |
download | freebsd-ports-gnome-7fc1f45d1c577b0087a7e696c52d20e4016d3ddb.tar.gz freebsd-ports-gnome-7fc1f45d1c577b0087a7e696c52d20e4016d3ddb.tar.zst freebsd-ports-gnome-7fc1f45d1c577b0087a7e696c52d20e4016d3ddb.zip |
- cleanup header
- fix regression if build in /usr/ports/local
Diffstat (limited to 'graphics/xv-m17n')
-rw-r--r-- | graphics/xv-m17n/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index e75c27d6a837..793c5d67371f 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xv-m17n -# Date created: 07 Oct 1998 -# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> -# +# Created by: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -m17n @@ -15,7 +11,7 @@ PKGDIR= ${.CURDIR} MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL -RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv +RUN_DEPENDS= xv:${PORTSDIR}/${PKGCATEGORY}/xv NOMAN= yes |