diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 22:06:33 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 22:06:33 +0000 |
commit | 3cf13b204d8fb63c1bfc9b30d793766d757a08c1 (patch) | |
tree | 8f1778031264ba434bae432bc62440ce9296de83 /net/libmxp | |
parent | 38bc16388924c6ffe43fc5e8a0f4410a32aa5ec5 (diff) | |
download | ports-3cf13b204d8fb63c1bfc9b30d793766d757a08c1.tar.gz ports-3cf13b204d8fb63c1bfc9b30d793766d757a08c1.zip |
Notes
Diffstat (limited to 'net/libmxp')
-rw-r--r-- | net/libmxp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libmxp/Makefile b/net/libmxp/Makefile index 0155b1aed59c..b44d9352d3bb 100644 --- a/net/libmxp/Makefile +++ b/net/libmxp/Makefile @@ -12,7 +12,6 @@ COMMENT= Parser for the MUD eXtension protocol USES= cmake USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|objformat=.*|objformat=elf|g' \ ${WRKSRC}/configure |