diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 00:16:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 00:16:25 +0000 |
commit | d3fc97c4322cac65906c1d694a06894d312d616f (patch) | |
tree | 77b12e1164b457edf32ff0595f99020fc48cd152 /graphics | |
parent | 09fd8954fb08d1a62e1bf696af89a8db3497706b (diff) | |
download | ports-d3fc97c4322cac65906c1d694a06894d312d616f.tar.gz ports-d3fc97c4322cac65906c1d694a06894d312d616f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv-m17n/Makefile | 1 | ||||
-rw-r--r-- | graphics/xv-m17n/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xv/Makefile | 1 | ||||
-rw-r--r-- | graphics/xv/pkg-comment | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile index b48f33cafe93..241de6c3cc4b 100644 --- a/graphics/xv-m17n/Makefile +++ b/graphics/xv-m17n/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -m17n MAINTAINER= shige@FreeBSD.org +COMMENT= An X11 program that displays images of various formats with multilingualization MASTERDIR= ${.CURDIR}/../../graphics/xv PKGDIR= ${.CURDIR} diff --git a/graphics/xv-m17n/pkg-comment b/graphics/xv-m17n/pkg-comment deleted file mode 100644 index a272310d357a..000000000000 --- a/graphics/xv-m17n/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 program that displays images of various formats with multilingualization diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index fb13ea6d6a8b..be68effaa5eb 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -34,6 +34,7 @@ PATCHFILES= ${DISTNAME}.JPEG-patch ${DISTNAME}.TIFF-patch \ tiff1200.patch gssafer.patch MAINTAINER?= shige@FreeBSD.org +COMMENT?= An X11 program that displays images of various formats LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ diff --git a/graphics/xv/pkg-comment b/graphics/xv/pkg-comment deleted file mode 100644 index e25e85a43ab0..000000000000 --- a/graphics/xv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 program that displays images of various formats |