diff options
author | gdt <gdt> | 2007-08-30 17:20:06 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-08-30 17:20:06 +0000 |
commit | e73091c4aad4e79d516fba70b3c732b4e1e738ee (patch) | |
tree | de04644a74c52b56b8a879800a43be56b5b51295 /chat/libotr/Makefile | |
parent | fa671c0983067e9bc2e0ae3fac21f6cf1c80d2eb (diff) | |
download | pkgsrc-e73091c4aad4e79d516fba70b3c732b4e1e738ee.tar.gz |
bl3 on gettext-lib, PKGREVISION++
Diffstat (limited to 'chat/libotr/Makefile')
-rw-r--r-- | chat/libotr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 031214ecd83..6613e9a2f4c 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2007/08/02 11:26:28 gdt Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/30 17:27:15 gdt Exp $ VERSION= 3.1.0 +PKGREVISION= 1 DISTNAME= libotr-${VERSION} CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ @@ -15,5 +16,6 @@ CONFIGURE_ARGS+= --with-pic USE_LIBTOOL= yes +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |