diff options
Diffstat (limited to 'Mk/bsd.efl.mk')
-rw-r--r-- | Mk/bsd.efl.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.efl.mk b/Mk/bsd.efl.mk index 78a62e7c903a..7b4162ded80f 100644 --- a/Mk/bsd.efl.mk +++ b/Mk/bsd.efl.mk @@ -512,9 +512,9 @@ LIB_DEPENDS+= ${_${LIB}_SLIB}.${_${LIB}_VERSION}:${PORTSDIR}/${_${LIB}_CATEGORY} # # Initialize configure enviropment # -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${LDFLAGS}" +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" PLIST_SUB+= E17_ARCH=freebsd${OSREL}-${ARCH} |