diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-25 19:09:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-25 19:09:23 +0000 |
commit | 3b5093b9c8e5d9565a70cc14563d1306963533e0 (patch) | |
tree | 285ee878ef46bde3bde4bf7e2dd5b578faccdf14 /net-p2p/mldonkey | |
parent | c77c0de9a332a58a986f88c1a6c58bad7d29aee5 (diff) | |
download | ports-3b5093b9c8e5d9565a70cc14563d1306963533e0.tar.gz ports-3b5093b9c8e5d9565a70cc14563d1306963533e0.zip |
Notes
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 2b11ba1e7f29..34ee52c102c3 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -18,7 +18,8 @@ PATCHFILES= mldonkey-${DOWNLOADVERSION}-${PORTVERSION:C/.+\.//}.patch.gz MAINTAINER?= holger@e-gitt.net COMMENT?= A OCAML client for multiple peer-to-peer networks -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ + autoconf213:${PORTSDIR}/devel/autoconf213 DOWNLOADVERSION=2.5.22 @@ -39,7 +40,6 @@ PKGNAMESUFFIX= -core .else PLIST_SUB+= GUI="" BUILD_DEPENDS+= lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - autoconf213:${PORTSDIR}/devel/autoconf213 \ ${LOCALBASE}/lib/ocaml/jabbr.cma:${PORTSDIR}/net/ocaml-jabbr # we don't need lablgtk as RUN dependency, but we need gtk+glib USE_GNOME= gtk12 |