diff options
author | pav <pav@FreeBSD.org> | 2004-10-26 03:09:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-26 03:09:23 +0800 |
commit | 38769d2409f0eadf6fd82fd7fb95a6e8651018ee (patch) | |
tree | 05351942bb1ee44d8c2999c578ccb0f0c14789af /net | |
parent | 448562fadbd6e0dc7da70bc2ba97173ffd3a0a81 (diff) | |
download | freebsd-ports-gnome-38769d2409f0eadf6fd82fd7fb95a6e8651018ee.tar.gz freebsd-ports-gnome-38769d2409f0eadf6fd82fd7fb95a6e8651018ee.tar.zst freebsd-ports-gnome-38769d2409f0eadf6fd82fd7fb95a6e8651018ee.zip |
- autoconf is needed every time, not only in GUI build
Reported by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r-- | net/mldonkey-devel/Makefile | 4 | ||||
-rw-r--r-- | net/mldonkey/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/mldonkey-devel/Makefile b/net/mldonkey-devel/Makefile index 2b11ba1e7f29..34ee52c102c3 100644 --- a/net/mldonkey-devel/Makefile +++ b/net/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 diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index 2b11ba1e7f29..34ee52c102c3 100644 --- a/net/mldonkey/Makefile +++ b/net/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 |