diff options
Diffstat (limited to 'science/v_sim/Makefile')
-rw-r--r-- | science/v_sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 854adcdfc0f0..e0c9f6fbc470 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -18,7 +18,7 @@ USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" MAN1= v_sim.1 |