diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-29 11:36:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-29 11:36:43 +0000 |
commit | be359e8c84a01f4179c5686971f80803e11a0346 (patch) | |
tree | e0bd6e8dee2fb353a15379b3b2475b8c6f6fd885 | |
parent | f6a73bddbf3db76d957caaba6aab8dab8e6335d3 (diff) | |
download | pkgsrc-be359e8c84a01f4179c5686971f80803e11a0346.tar.gz |
Fix build of mldonkey-gui.
-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++ |