aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cimg
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2009-04-04 00:49:29 +0800
committerthierry <thierry@FreeBSD.org>2009-04-04 00:49:29 +0800
commite0eba5c2b0428274f86ff55607fdc855eff4c148 (patch)
treef5607f8b88d685161c282c4326a5f92ae74a3d24 /graphics/cimg
parenta57a408786a1a7d4626bcc37864539ca5c70cc89 (diff)
downloadfreebsd-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/Makefile2
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|' \