diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-02-19 00:24:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-02-19 00:24:15 +0800 |
commit | 0c6e032dc095a07f0bbd748631c26600a178388f (patch) | |
tree | 3f7e51efc9db87926096b9796180f1820edb8a18 /audio/speex | |
parent | 283d6ae2d69cc0b734719f0fb20694d4a7da6205 (diff) | |
download | freebsd-ports-gnome-0c6e032dc095a07f0bbd748631c26600a178388f.tar.gz freebsd-ports-gnome-0c6e032dc095a07f0bbd748631c26600a178388f.tar.zst freebsd-ports-gnome-0c6e032dc095a07f0bbd748631c26600a178388f.zip |
PORTEPOCH should never be decreasing.
Revealed by: pkg_version(1)
Pointy hat to: roger
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 1b6f8fd211d9..02a6ab9b7d94 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.r2 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} |