diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-19 13:19:36 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2007-04-19 13:19:36 +0000 |
commit | 089254b602e60528a8f429f335919ea62b79cb5f (patch) | |
tree | ea17794be90642fb46dcda2afba0f94321bdc587 /devel/gflags/Makefile | |
parent | 9154a81fdc7ed58d7c880f8aa4e921e3915d9520 (diff) |
Notes
Diffstat (limited to 'devel/gflags/Makefile')
-rw-r--r-- | devel/gflags/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile index 0940f835e541..9303806e437d 100644 --- a/devel/gflags/Makefile +++ b/devel/gflags/Makefile @@ -17,7 +17,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README gflags.html +PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README gflags.html post-patch: ${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in @@ -25,10 +25,4 @@ post-patch: ${REINPLACE_CMD} -e '/^install/s/ install-dist_docDATA//' ${WRKSRC}/Makefile.in .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Do not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |