diff options
-rw-r--r-- | devel/liboobs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/liboobs/Makefile b/devel/liboobs/Makefile index ba55ee518..2d8a56d59 100644 --- a/devel/liboobs/Makefile +++ b/devel/liboobs/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/liboobs/Makefile,v 1.28 2007/11/15 22:14:04 marcus Exp $ +# $MCom: ports/devel/liboobs/Makefile,v 1.29 2008/01/13 18:18:39 mezz Exp $ # PORTNAME= liboobs @@ -27,8 +27,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -post-patch: - @${REINPLACE_CMD} -e 's|HAL_REQUIRED=0.5.9|HAL_REQUIRED=0.5.8|g' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |