diff options
Diffstat (limited to 'graphics/osg-devel/bsd.osg.mk')
-rw-r--r-- | graphics/osg-devel/bsd.osg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osg-devel/bsd.osg.mk b/graphics/osg-devel/bsd.osg.mk index 7ced6bfea0ea..aa07f82c1c62 100644 --- a/graphics/osg-devel/bsd.osg.mk +++ b/graphics/osg-devel/bsd.osg.mk @@ -27,7 +27,7 @@ post-patch: osg-post-patch osg-post-patch: @${REINPLACE_CMD} -Ee 's|-O2|${CXXFLAGS}|; \ s|(-I\|-L\|-rpath )/usr/local|\1${LOCALBASE}|; \ - s|(-I\|-L\|-rpath )/usr/X11R6|\1${X11BASE}|' \ + s|(-I\|-L\|-rpath )/usr/X11R6|\1${LOCALBASE}|' \ ${WRKSRC}/Make/makedefs @${REINPLACE_CMD} -e 's|DOF=$$(OPTF)|DOF="$$(OPTF)"|' \ ${WRKSRC}/Make/makerules |