diff options
author | thierry <thierry@FreeBSD.org> | 2009-04-04 00:49:29 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-04-04 00:49:29 +0800 |
commit | e0eba5c2b0428274f86ff55607fdc855eff4c148 (patch) | |
tree | f5607f8b88d685161c282c4326a5f92ae74a3d24 /graphics/cimg | |
parent | a57a408786a1a7d4626bcc37864539ca5c70cc89 (diff) | |
download | freebsd-ports-gnome-e0eba5c2b0428274f86ff55607fdc855eff4c148.tar.gz freebsd-ports-gnome-e0eba5c2b0428274f86ff55607fdc855eff4c148.tar.zst freebsd-ports-gnome-e0eba5c2b0428274f86ff55607fdc855eff4c148.zip |
ix a typo.
Reported by: QAT
Diffstat (limited to 'graphics/cimg')
-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|' \ |