diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-18 21:49:33 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-18 21:49:33 +0800 |
commit | bf0dedb9660049d528d71bb35fd3f685107a69a7 (patch) | |
tree | 1c5152cbde8e1033075e869ed6e861ee5eaa23cf /audio | |
parent | fcf27c10e91a5b6b8a222fb80256abafe3ada703 (diff) | |
download | freebsd-ports-gnome-bf0dedb9660049d528d71bb35fd3f685107a69a7.tar.gz freebsd-ports-gnome-bf0dedb9660049d528d71bb35fd3f685107a69a7.tar.zst freebsd-ports-gnome-bf0dedb9660049d528d71bb35fd3f685107a69a7.zip |
Stamp on another malloc library definition. This time, it's dead!
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rosegarden/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index c77794f61bcd..c148f8cf8721 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -3,7 +3,7 @@ # Date created: 04 Aug 1996 # Whom: shanee # -# $Id: Makefile,v 1.1.1.1 1996/08/06 17:37:34 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/08/08 00:22:40 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="\"-lXaw3d -lXext -lXmu -lXt -lX11\"" +ALL_TARGET= all ROSEGARDEN=$(WRKSRC) SYSLIBS="\"-lXaw3d -lXext -lXmu -lXt -lX11\"" SYSEXTRALIBS="" .include <bsd.port.mk> |