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/dhcp-agent | |
parent | 337ea022b8a5578a7859f25f4046591bee3d8325 (diff) | |
download | FreeBSD-ports-6127ef4c19b3753b5c840084cb831d63174d1be5.zip FreeBSD-ports-6127ef4c19b3753b5c840084cb831d63174d1be5.tar.gz |
Chase libguile shared lib version.
Diffstat (limited to 'net/dhcp-agent')
-rw-r--r-- | net/dhcp-agent/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |