diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 16:25:58 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 16:25:58 +0800 |
commit | d4485f6a259dcb8f8e464fb8b89677d8dde74858 (patch) | |
tree | 59dbd63571a84ab08270dc6955cbe2e4091fc6e5 /devel/libmalloc | |
parent | 1f233be58e64f99fea1da8d732b310e1287e4b03 (diff) | |
download | freebsd-ports-gnome-d4485f6a259dcb8f8e464fb8b89677d8dde74858.tar.gz freebsd-ports-gnome-d4485f6a259dcb8f8e464fb8b89677d8dde74858.tar.zst freebsd-ports-gnome-d4485f6a259dcb8f8e464fb8b89677d8dde74858.zip |
This port is BROKEN. Actually, do we still need this, now that we
have phkmalloc in the main source tree?
Diffstat (limited to 'devel/libmalloc')
-rw-r--r-- | devel/libmalloc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index d66e5a5a9633..8581d5227cee 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -3,7 +3,7 @@ # Date created: 11 January 1995 # Whom: jkh # -# $Id: Makefile,v 1.4 1995/06/24 11:37:20 asami Exp $ +# $Id: Makefile,v 1.5 1995/11/26 11:29:09 asami Exp $ # DISTNAME= malloc @@ -11,6 +11,8 @@ PKGNAME= malloc-1.17a CATEGORIES+= devel MASTER_SITES= ftp.cs.toronto.edu:/pub/moraes/ +BROKEN= yes + post-install: ldconfig -m ${PREFIX}/lib |