diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-04-03 16:49:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-04-03 16:49:29 +0000 |
commit | 4b0a22bab193822c07f362cda3a1a554000af3ab (patch) | |
tree | c87c390c73bde57013d1496f3e435cb2360acd01 /graphics | |
parent | 1586353798b7a75df5bbfc5486a3e82eb9248bc2 (diff) |
ix a typo.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=231552
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index fe0958c67b94..cd54af352bd2 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -84,7 +84,7 @@ pre-configure: ${DIRNAME} `${LOCALBASE}/bin/${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR ${REINPLACE_CMD} -e 's|make|${GMAKE}|' ${BUILD_WRKSRC}/Makefile .else - ${REINPLACE_CMD} -e 's|^OPTFLAGS|#OPTFLAGS|'${BUILD_WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|^OPTFLAGS|#OPTFLAGS|' ${BUILD_WRKSRC}/Makefile .endif . if !defined(WITHOUT_FFMPEG) ${REINPLACE_CMD} -e 's|#CIMG_FFMPEG_CFLAGS|CIMG_FFMPEG_CFLAGS|' \ |