diff options
Diffstat (limited to 'devel/libdwarf/Makefile')
-rw-r--r-- | devel/libdwarf/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libdwarf/Makefile b/devel/libdwarf/Makefile index b426d20c9d89..50860201c43d 100644 --- a/devel/libdwarf/Makefile +++ b/devel/libdwarf/Makefile @@ -16,12 +16,6 @@ COMMENT= A library to analyze DWARF debugging information in ELF files INSTALL_CONFLICT= bsdlibdwarf* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libelf.so.0:${PORTSDIR}/devel/libelf -.endif - WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/libdwarf GNU_CONFIGURE= yes @@ -41,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/libdwarf ; \ done -.include <bsd.port.post.mk> +.include <bsd.port.mk> |