diff options
author | joerg <joerg> | 2015-06-08 13:43:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-08 13:43:45 +0000 |
commit | c8f7076521ee69a07df6425072e2d522b9df9209 (patch) | |
tree | 70c977e86bf683136d6daf4f78062a5b1003d138 /net/ortp/Makefile | |
parent | 80321e68be56477287118e157124658b610ba3a5 (diff) | |
download | pkgsrc-c8f7076521ee69a07df6425072e2d522b9df9209.tar.gz |
Wrapping a macro in a do while(0) loop works better when including the do.
Diffstat (limited to 'net/ortp/Makefile')
-rw-r--r-- | net/ortp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 0c82debdf92..1ac93961561 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 17:18:45 asau Exp $ +# $NetBSD: Makefile,v 1.9 2015/06/08 13:43:45 joerg Exp $ # DISTNAME= ortp-0.16.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net MASTER_SITES= http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ |