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 /audio/speex-devel | |
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 'audio/speex-devel')
-rw-r--r-- | audio/speex-devel/Makefile | 2 | ||||
-rw-r--r-- | audio/speex-devel/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index aa64feb74225..5930f3f17f7d 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -15,6 +15,8 @@ DISTNAME= Speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An open-source (LGPL) patent-free voice codec + LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/audio/speex-devel/pkg-comment b/audio/speex-devel/pkg-comment deleted file mode 100644 index fe4d4fbe1800..000000000000 --- a/audio/speex-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An open-source (LGPL) patent-free voice codec |