diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux-bmrt/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/linux-bmrt/Makefile b/graphics/linux-bmrt/Makefile index 354fb86f1f6f..ae9e4a3da4de 100644 --- a/graphics/linux-bmrt/Makefile +++ b/graphics/linux-bmrt/Makefile @@ -28,12 +28,12 @@ STRIP= .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing \ - restrictions. You must manually fetch the Linux version at \ - http://www.exluna.com/bmrt/download/index.html. \ - Once you have read and agreed to the license and \ - ${DISTFILES} has been downloaded, move it to \ - ${DISTDIR} and then restart this build. +IGNORE= may not be automatically fetched due to licensing \ + restrictions. You must manually fetch the Linux version at \ + http://www.exluna.com/bmrt/download/index.html. \ + Once you have read and agreed to the license and \ + ${DISTFILES} has been downloaded, move it to \ + ${DISTDIR} and then restart this build. .endif INC_DIR= ${PREFIX}/include/bmrt |