diff options
Diffstat (limited to 'x11/mrxvt/Makefile')
-rw-r--r-- | x11/mrxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile index c130458cedbc..29e819775fe7 100644 --- a/x11/mrxvt/Makefile +++ b/x11/mrxvt/Makefile @@ -38,8 +38,8 @@ LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft .endif -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LIBS} -L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include .if !defined(NOPORTDOCS) PORTDOCS= TIPS \ |