diff options
Diffstat (limited to 'devel/libmalloc/Makefile')
-rw-r--r-- | devel/libmalloc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index 69eb6d8..49cb04c 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -1,13 +1,14 @@ # New ports collection makefile for: Mark Moraes malloc library -# Version required: 1.13?? +# Version required: 1.17alpha # Date created: 11 January 1995 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1995/01/12 22:23:20 jkh Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:44:37 jkh Exp $ # DISTNAME= malloc -MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/ +PKGNAME= malloc-1.17a CATEGORIES+= development programming libraries +MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/ .include <bsd.port.mk> |