diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 6127ef4c19b3753b5c840084cb831d63174d1be5 (patch) | |
tree | 89299bcb6515924909e72b49e39c149921ba8fd2 /net | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | FreeBSD-ports-6127ef4c19b3753b5c840084cb831d63174d1be5.zip FreeBSD-ports-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz |
Chase libguile shared lib version.
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcp-agent/Makefile | 4 | ||||
-rw-r--r-- | net/serveez/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/dhcp-agent/Makefile b/net/dhcp-agent/Makefile index a0226b0..5513b7c 100644 --- a/net/dhcp-agent/Makefile +++ b/net/dhcp-agent/Makefile @@ -8,7 +8,7 @@ PORTNAME= dhcp-agent PORTVERSION= 0.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A portable UNIX Dynamic Host Configuration suite BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes diff --git a/net/serveez/Makefile b/net/serveez/Makefile index e80bbc6..a9095b9 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -8,7 +8,7 @@ PORTNAME= serveez PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net devel MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \ http://www.textsure.net/~ela/download/ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A server framework -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config |