aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>1996-08-08 08:22:40 +0800
committerchuckr <chuckr@FreeBSD.org>1996-08-08 08:22:40 +0800
commit2b58e5b05eb44b15e50e52c30ccad31858684b58 (patch)
treec514c026056e697fcc75df4538d652494f46eba7 /audio
parent4d345075940fba7b8f45c8308c2c9a1e6ccc9868 (diff)
downloadfreebsd-ports-graphics-2b58e5b05eb44b15e50e52c30ccad31858684b58.tar.gz
freebsd-ports-graphics-2b58e5b05eb44b15e50e52c30ccad31858684b58.tar.zst
freebsd-ports-graphics-2b58e5b05eb44b15e50e52c30ccad31858684b58.zip
Take out -lmalloc (an artifact of the old 1.0 days, oops!)
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index 9daf65da378..c77794f61bc 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -3,7 +3,7 @@
# Date created: 04 Aug 1996
# Whom: shanee
#
-# $Id: Makefile,v 1.0 1996/08/04 01:14:40 shanee Exp $
+# $Id: Makefile,v 1.1.1.1 1996/08/06 17:37:34 chuckr Exp $
#
DISTNAME= rosegarden
@@ -17,6 +17,6 @@ MAINTAINER= shanee@rabbit.augusta.de
LIB_DEPENDS= Xaw3d\\.6\\.:$(PORTSDIR)/x11/Xaw3d
RUN_DEPENDS= playmidi:${PORTSDIR}/audio/playmidi
-ALL_TARGET= all ROSEGARDEN=$(WRKSRC) SYSLIBS="\"-lmalloc -lXaw3d -lXext -lXmu -lXt -lX11\""
+ALL_TARGET= all ROSEGARDEN=$(WRKSRC) SYSLIBS="\"-lXaw3d -lXext -lXmu -lXt -lX11\""
.include <bsd.port.mk>