diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-24 00:39:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-24 00:39:56 +0800 |
commit | 38291270c40f8eb9409df18499cb16094eb9be5d (patch) | |
tree | d4a9d6caaa8f4f61ce30968e8a6a9dd152eb5125 /audio/rsynth/Makefile | |
parent | 4c069d3d79a437b48a92b0a9ce907e7a8db1a301 (diff) | |
download | freebsd-ports-gnome-38291270c40f8eb9409df18499cb16094eb9be5d.tar.gz freebsd-ports-gnome-38291270c40f8eb9409df18499cb16094eb9be5d.tar.zst freebsd-ports-gnome-38291270c40f8eb9409df18499cb16094eb9be5d.zip |
Unbroke the port.
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 8f4eff155a6f..bdc8039dc1ef 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -14,11 +14,8 @@ MAINTAINER= faulkner@mpd.tandem.com BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \ ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas -RUN_DEPENDS= auvoxware:${PORTSDIR}/audio/nas -GNU_CONFIGURE= YES - -BROKEN= "PLIST is incorrect" +GNU_CONFIGURE= yes pre-configure: @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c |