diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-09-16 09:37:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-09-16 09:37:03 +0000 |
commit | 998bb2db62312f806144b8d62d9b7101f7a437f2 (patch) | |
tree | 633618d3ada6e6fb11413cebda3de4f62ecf4cd5 /security | |
parent | c7b626b1a39aaf02e53889efa1413976eac4836e (diff) |
Notes
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 8c9d3278eda6..89856ad143ca 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> |