diff options
Diffstat (limited to 'textproc/asm-xml/Makefile')
-rw-r--r-- | textproc/asm-xml/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index 492624161deb..7fbfa222dfbe 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -12,21 +12,14 @@ COMMENT= Very fast XML parser and decoder written in pure assembler BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm ONLY_FOR_ARCHS= i386 amd64 -USE_DOS2UNIX= YES +USES= dos2unix uidfix PLIST_FILES= include/asm-xml.h lib/libasm-xml.a -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - post-extract: ${RM} -rf ${WRKSRC}/obj post-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |