diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /security/libecc | |
parent | 166b4155de5509696359deb556c66dc396ff0d2c (diff) |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69625
Diffstat (limited to 'security/libecc')
-rw-r--r-- | security/libecc/Makefile | 2 | ||||
-rw-r--r-- | security/libecc/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile index 8f032591af55..0d6cc90e5b11 100644 --- a/security/libecc/Makefile +++ b/security/libecc/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= C++ Elliptic Curve Library - USE_GCC= 3.1 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/security/libecc/pkg-comment b/security/libecc/pkg-comment new file mode 100644 index 000000000000..78615d54ab56 --- /dev/null +++ b/security/libecc/pkg-comment @@ -0,0 +1 @@ +C++ Elliptic Curve Library |