diff options
author | wiz <wiz> | 2012-03-29 11:36:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-03-29 11:36:43 +0000 |
commit | 6f707e2970a7032fa1efdea3c9172faf8ce6806b (patch) | |
tree | e0bd6e8dee2fb353a15379b3b2475b8c6f6fd885 /net/mldonkey/Makefile.common | |
parent | 630173422efb430931f15923f2c068869d7abec1 (diff) | |
download | pkgsrc-6f707e2970a7032fa1efdea3c9172faf8ce6806b.tar.gz |
Fix build of mldonkey-gui.
Diffstat (limited to 'net/mldonkey/Makefile.common')
-rw-r--r-- | net/mldonkey/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mldonkey/Makefile.common b/net/mldonkey/Makefile.common index 159e0a17a8d..6f848b29e98 100644 --- a/net/mldonkey/Makefile.common +++ b/net/mldonkey/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2011/09/12 19:14:42 wiz Exp $ +# $NetBSD: Makefile.common,v 1.42 2012/03/29 11:36:43 wiz Exp $ # # used by net/mldonkey/Makefile # used by net/mldonkey-gui/Makefile @@ -14,7 +14,7 @@ COMMENT= Free peer-to-peer client with eDonkey support and more LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo -#PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches +PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches GNU_CONFIGURE= yes USE_LANGUAGES= c c++ |