diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:34:42 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:34:42 +0000 |
commit | 31459ff000f38974ee3a93cd5a302caf8b1fe0e4 (patch) | |
tree | 3ee9bbbd36b4b60fc28ef4c1710263f4982a45b9 /audio/ecawave/Makefile | |
parent | 47139a392eefc26efb86bb0d7b6096aca1a37a69 (diff) |
portlint
PR: ports/99142
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=165932
Diffstat (limited to 'audio/ecawave/Makefile')
-rw-r--r-- | audio/ecawave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ecawave/Makefile b/audio/ecawave/Makefile index 57068939721b..d23b0ef9f992 100644 --- a/audio/ecawave/Makefile +++ b/audio/ecawave/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound USE_QT_VER= 3 USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} LDFLAGS+= ${PTHREAD_LIBS:S/"//g} @@ -33,7 +33,7 @@ MAN1= ecawave.1 .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 -BROKEN= "Configure fails on alpha 5.x" +BROKEN= Configure fails on alpha 5.x .endif post-patch: |