diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 16:39:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-23 16:39:56 +0000 |
commit | f7a503ff95765c105c9e114c462bd30c29f5186a (patch) | |
tree | a3393694b3fbcf7888aed64f1b707b2532507207 /audio/rsynth/Makefile | |
parent | Unnecessary to create "info/dir" (diff) |
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 |