diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-14 03:39:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-14 03:39:34 +0800 |
commit | 9eecd2a469a9f3d441b6af64102cc5144e7e373f (patch) | |
tree | 31481546dea8216a9c5fcbd0642d9534112f76ea /devel/liboobs | |
parent | 58ba9ceb09c44c90f9fa0d2da2fbfe8a0869684f (diff) | |
download | marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar.gz marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar.bz2 marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar.lz marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar.xz marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.tar.zst marcuscom-ports-9eecd2a469a9f3d441b6af64102cc5144e7e373f.zip |
We no longer need this post-patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10061 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/liboobs')
-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> |