diff options
Diffstat (limited to 'comms/mwavem/Makefile')
-rw-r--r-- | comms/mwavem/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index 99f4d7e..6fb11c7 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -7,7 +7,7 @@ PORTNAME= mwavem-fbsd PORTVERSION= 1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://www-126.ibm.com/pub/acpmodem/ \ http://www.escape.com/~simonw/ @@ -40,6 +40,10 @@ LTHREADVERSION= 3 .endif LIB_DEPENDS= lthread.${LTHREADVERSION}:${PORTSDIR}/devel/linuxthreads +.if ${OSVERSION} >= 500000 +EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-* +.endif + pre-build: ${REINPLACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \ ${WRKSRC}/src/drivers/Makefile |