diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2012-06-12 07:18:52 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2012-06-12 07:18:52 +0000 |
| commit | 2b49887c4576b540cdf7c0c38333ee4d582245bc (patch) | |
| tree | 28f14bf71a2cba0c92294ed6f33b24b798a5e3a2 | |
| parent | - Allow to pass QMAKESPEC to make [1] (diff) | |
- Ouch. Fix mistype, sorry :(
| -rw-r--r-- | devel/qca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index d29185ce16e8..87d62b3c3308 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -7,7 +7,7 @@ PORTNAME= qca PORTVERSION= 2.0.3 -PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://delta.affinix.com/download/qca/2.0/ DISTNAME= qca-${PORTVERSION} |
