diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-09-10 20:36:27 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-09-10 20:36:27 +0800 |
commit | ada34b6674e9430e6b6aba2946a2e92c04a629a5 (patch) | |
tree | c1516b4e2b664ebcda571bfb8e3c5782883d2b96 /japanese | |
parent | 7d1e3c3f3edc331d79772c16b83d46ab1af85598 (diff) | |
download | freebsd-ports-gnome-ada34b6674e9430e6b6aba2946a2e92c04a629a5.tar.gz freebsd-ports-gnome-ada34b6674e9430e6b6aba2946a2e92c04a629a5.tar.zst freebsd-ports-gnome-ada34b6674e9430e6b6aba2946a2e92c04a629a5.zip |
Update I18N patch.
Obtained from: debian
Set CONFLICTS to gxditview-*.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gxditview/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 22ed7f1a6303..555252d254d6 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -7,13 +7,15 @@ PORTNAME= gxditview PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff DISTNAME= groff-${PORTVERSION} -PATCH_SITES= http://people.debian.org/~ukai/groff/ -PATCHFILES= ${DISTNAME:S,-,_,}-7.diff.gz +PATCH_SITES= ${MASTER_SITE_DEBIAN} +PATCH_SITE_SUBDIR= pool/main/g/groff +PATCHFILES= ${DISTNAME:S,-,_,}-10.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= okazaki@FreeBSD.org @@ -22,6 +24,8 @@ COMMENT= Japanese enhancement of GNU xditview LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff +CONFLICTS= gxditview-* + GNU_CONFIGURE= yes #USE_GMAKE= yes USE_IMAKE= yes |