diff options
author | sem <sem@FreeBSD.org> | 2007-07-06 15:35:54 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-07-06 15:35:54 +0800 |
commit | c6c2e82f938c3e0aa9de615768a7de343a4ce59e (patch) | |
tree | c9b290048865fe066328dddba60387deea5dc7d5 /net/mpd4/Makefile | |
parent | 1826a96f44f4f2b9d0ec6dc99ea8d086703ae9ae (diff) | |
download | freebsd-ports-gnome-c6c2e82f938c3e0aa9de615768a7de343a4ce59e.tar.gz freebsd-ports-gnome-c6c2e82f938c3e0aa9de615768a7de343a4ce59e.tar.zst freebsd-ports-gnome-c6c2e82f938c3e0aa9de615768a7de343a4ce59e.zip |
- Update ng_car to 0.5 and mpd4 to 4.2.2
- Fix compatibility with FreeBSD 5.x
- Install a kernel module in /boot/modules
- Fix possible races with ldconfig in rc.d script
- Change a maintainer email on @FreeBSD.org one
Submitted by: mav
Diffstat (limited to 'net/mpd4/Makefile')
-rw-r--r-- | net/mpd4/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile index b3c91ba9a8fb..41b9fa8fe217 100644 --- a/net/mpd4/Makefile +++ b/net/mpd4/Makefile @@ -6,13 +6,13 @@ # PORTNAME= mpd -DISTVERSION= 4.2.1 +DISTVERSION= 4.2.2 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR= mpd DIST_SUBDIR= mpd4 -MAINTAINER= mav@alkar.net +MAINTAINER= mav@FreeBSD.org COMMENT= Multi-link PPP daemon based on netgraph(4) LIB_DEPENDS= pdel.0:${PORTSDIR}/devel/libpdel @@ -23,7 +23,11 @@ LATEST_LINK= mpd4 .if ${OSVERSION} < 700041 BUILD_DEPENDS= /usr/local/include/netgraph/ng_car.h:${PORTSDIR}/net/ng_car +.if exists(${KMODDIR}/ng_car.ko) RUN_DEPENDS= ${KMODDIR}/ng_car.ko:${PORTSDIR}/net/ng_car +.else +RUN_DEPENDS= /boot/modules/ng_car.ko:${PORTSDIR}/net/ng_car +.endif .endif MTREE_FILE= ${FILESDIR}/mpd4.mtree |