diff options
author | tnn <tnn> | 2007-08-04 14:01:01 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-08-04 14:01:01 +0000 |
commit | cc5b2493bbeb0fa7e448b30b804191591698a523 (patch) | |
tree | f4c308d8cca79e7f472ae3e705cefdd1a2294155 /chat/libpurple | |
parent | 1f80664697e99da5dd4f478a8711f986322b170b (diff) | |
download | pkgsrc-cc5b2493bbeb0fa7e448b30b804191591698a523.tar.gz |
de-lint
Diffstat (limited to 'chat/libpurple')
-rw-r--r-- | chat/libpurple/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index 78a5a105545..3333182641f 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2007/07/28 12:32:17 gdt Exp $ +# $NetBSD: Makefile.common,v 1.3 2007/08/04 14:01:52 tnn Exp $ # VERSION= 2.0.1 @@ -14,8 +14,7 @@ COMMENT= Multi-protocol Instant Messaging client GTK frontend GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake perl:run -USE_LANGUAGES+= c USE_PKGLOCALEDIR= yes -PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches +PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches DISTINFO_FILE?= ${.CURDIR}/../../chat/libpurple/distinfo |