diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2016-09-19 08:49:32 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2016-09-19 08:49:32 +0000 |
| commit | 89551a68b75323eb0b77d2147e201318dc7b8110 (patch) | |
| tree | b39972846f57e517f4e81cc3486511b0a174cd51 | |
| parent | Mark broken/deprecated: mastersite disappeared, last release 1996. (diff) | |
Rework ONLY_FOR verbiage to reflect modern reality.
| -rw-r--r-- | graphics/ppmcaption/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index b03049f52415..519f5dc13a9b 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -17,7 +17,7 @@ MAKE_ARGS= install_prefix=${STAGEDIR} PLIST_FILES= bin/ppmcaption man/man1/ppmcaption.1.gz ONLY_FOR_ARCHS= i386 -ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64 +ONLY_FOR_ARCHS_REASON= does not compile on ia64 or amd64; untested everywhere else post-patch: ${REINPLACE_CMD} -e "s,-lang-c89,," ${WRKSRC}/configure |
