diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-09-16 17:37:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-09-16 17:37:03 +0800 |
commit | 2ffd6b1a2a9e6c6415261fbcf0026c04109ca428 (patch) | |
tree | b078aab652ed168da6dfb2ffc8b2f0524672d277 /security | |
parent | 170ce50b5b66212bf0a7268d192ab8a4dae1eea6 (diff) | |
download | freebsd-ports-graphics-2ffd6b1a2a9e6c6415261fbcf0026c04109ca428.tar.gz freebsd-ports-graphics-2ffd6b1a2a9e6c6415261fbcf0026c04109ca428.tar.zst freebsd-ports-graphics-2ffd6b1a2a9e6c6415261fbcf0026c04109ca428.zip |
Add a warnig messages if IDEA is not build by configuration.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index 8c9d3278eda..89856ad143c 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -41,6 +41,10 @@ pre-fetch: CONTRIB= idea rsa .else CONTRIB= rsa + +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} You must set variable MAKE_IDEA to YES, only rsa is build now. .endif .include <bsd.port.pre.mk> |