diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-06 18:11:45 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-02-06 18:11:45 +0000 |
commit | 136392de0eb8ec9a0a66a2ace4a9beaed9b9ad77 (patch) | |
tree | 92f121a081a83a24f99d200f0529790dc33ac8a3 /net-mgmt/oproute | |
parent | c2ea862179192b4ae3a7f1e42d26714745a38da5 (diff) | |
download | ports-136392de0eb8ec9a0a66a2ace4a9beaed9b9ad77.tar.gz ports-136392de0eb8ec9a0a66a2ace4a9beaed9b9ad77.zip |
Notes
Diffstat (limited to 'net-mgmt/oproute')
-rw-r--r-- | net-mgmt/oproute/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile index 40641c2b6224..46cca45fdd67 100644 --- a/net-mgmt/oproute/Makefile +++ b/net-mgmt/oproute/Makefile @@ -17,14 +17,9 @@ COMMENT= A tool for measuring general performance of the Internet PLIST_FILES= bin/oproute USE_REINPLACE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif +USE_GCC= 2.95 post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |