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-devel/Makefile | |
parent | - update to catch up with MASTERDIR (unrar-3.4.3) (diff) |
- autoconf is needed every time, not only in GUI build
Reported by: pointyhat via kris
Diffstat (limited to 'net-p2p/mldonkey-devel/Makefile')
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index 2b11ba1e7f29..34ee52c102c3 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/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 |