diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 06:47:41 +0800 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /graphics/pstoedit | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) | |
download | freebsd-ports-gnome-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.gz freebsd-ports-gnome-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.zst freebsd-ports-gnome-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.zip |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 2 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 3c09c1d9f183..9c32dc2e8fb0 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Convert PostScript to other vector graphic formats + BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ gs:${PORTSDIR}/print/ghostscript-gnu LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \ diff --git a/graphics/pstoedit/pkg-comment b/graphics/pstoedit/pkg-comment deleted file mode 100644 index 31c36fb30f5f..000000000000 --- a/graphics/pstoedit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Convert PostScript to other vector graphic formats |