diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-11-21 15:50:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-11-21 15:50:50 +0000 |
commit | 36502f99cbaae8a6ed121139949ed468b06908ed (patch) | |
tree | 3e247b11df33b6df04a225f10f026afdd3ccb66b /audio/speex/Makefile | |
parent | * Update to 1.7.0 (diff) |
Reinstate PORTEPOCH, accidentally deleted in previous commit.
Submitted by: krion
Diffstat (limited to '')
-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 52a648a63039..4119090da0ac 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.3 +PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} |