summaryrefslogtreecommitdiff
path: root/security/gnupg-idea
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-09-16 09:37:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-09-16 09:37:03 +0000
commit998bb2db62312f806144b8d62d9b7101f7a437f2 (patch)
tree633618d3ada6e6fb11413cebda3de4f62ecf4cd5 /security/gnupg-idea
parentAdd $FreeBSD$ tags. (diff)
Add a warnig messages if IDEA is not build by configuration.
Notes
Notes: svn path=/head/; revision=47861
Diffstat (limited to 'security/gnupg-idea')
-rw-r--r--security/gnupg-idea/Makefile4
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>