diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-09-16 09:37:03 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-09-16 09:37:03 +0000 |
commit | 2ffd6b1a2a9e6c6415261fbcf0026c04109ca428 (patch) | |
tree | b078aab652ed168da6dfb2ffc8b2f0524672d277 /security | |
parent | 170ce50b5b66212bf0a7268d192ab8a4dae1eea6 (diff) | |
download | FreeBSD-ports-2ffd6b1a2a9e6c6415261fbcf0026c04109ca428.zip FreeBSD-ports-2ffd6b1a2a9e6c6415261fbcf0026c04109ca428.tar.gz |
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 8c9d327..89856ad 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> |