diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-13 12:51:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-13 12:51:56 +0000 |
commit | d332560b43cdd7801169f2b6be53ce2b6030e016 (patch) | |
tree | fc252520ce333fc3ea6a23c393ca4c7fe926c80f /audio/libgpod | |
parent | 9f001f3c9fe55f0e49ccbcfaeb9d43903a2f61ab (diff) | |
download | ports-d332560b43cdd7801169f2b6be53ce2b6030e016.tar.gz ports-d332560b43cdd7801169f2b6be53ce2b6030e016.zip |
Notes
Diffstat (limited to 'audio/libgpod')
-rw-r--r-- | audio/libgpod/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 50aed92b78d4..dfcb042f80ef 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -36,12 +36,7 @@ post-extract: .SILENT .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's, docs$$,,' ${WRKSRC}/Makefile.in .endif + # Stop configure script want Perl and XML::Parser ${REINPLACE_CMD} '19491,19513d' ${WRKSRC}/configure -.if defined(GCCVERSION) -. if ${GCCVERSION} < 030000 - ${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h -. endif -.else -.endif .include <bsd.port.mk> |