diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:25:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:25:58 +0800 |
commit | 4dd89c58a2aeaf0a402041989b75e9e5271bfb49 (patch) | |
tree | 2251dc3130cbf7bd6cdb7868553b46781a9fabf3 /devel | |
parent | 8f86296e2d3dbe78b4a9e73699463b704c3c6a8a (diff) | |
download | freebsd-ports-gnome-4dd89c58a2aeaf0a402041989b75e9e5271bfb49.tar.gz freebsd-ports-gnome-4dd89c58a2aeaf0a402041989b75e9e5271bfb49.tar.zst freebsd-ports-gnome-4dd89c58a2aeaf0a402041989b75e9e5271bfb49.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')
-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 |