diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-13 09:40:23 +0000 |
commit | f3e4db5129d4da7599e2240ee5f98b80d0ce06e7 (patch) | |
tree | 3b5260037748cf82ce4fa73f282198570f4b4e07 /security | |
parent | 8d9b6c9fdc01a5a4eb4447545a8bc6e7efa3d3bb (diff) | |
download | ports-f3e4db5129d4da7599e2240ee5f98b80d0ce06e7.tar.gz ports-f3e4db5129d4da7599e2240ee5f98b80d0ce06e7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/idea/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/idea/Makefile b/security/idea/Makefile index c7b0d1e1c210..e3630e51d841 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -17,8 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-build: ${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} \ -o ${WRKSRC}/${PORTNAME} |