diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-08 17:23:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-08 17:23:17 +0000 |
commit | 51797a5640b08c767a98b3994a7dfd9c1ab25b4c (patch) | |
tree | 3fa5e8546ef0c7aee3c577cbeb703d9cb9dc794c /comms | |
parent | ed76d834297b48dce9d477f8b5d1ec1854e73dcc (diff) | |
download | ports-51797a5640b08c767a98b3994a7dfd9c1ab25b4c.tar.gz ports-51797a5640b08c767a98b3994a7dfd9c1ab25b4c.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tilp/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index eb08d031cd83..7e9a4788472c 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -37,12 +37,12 @@ MAN1= tilp.1 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .else pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" - @${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\"" - @${ECHO_MSG} "=======================================================" - @${ECHO_MSG} + @${ECHO_MSG} + @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} "If you want to compile with JPEG support, hit Ctrl-C" + @${ECHO_MSG} "right now and use \"make WITH_JPEG=yes\"" + @${ECHO_MSG} "=======================================================" + @${ECHO_MSG} .endif #WITH_JPEG post-install: |