diff options
Diffstat (limited to 'science/gwyddion/Makefile')
-rw-r--r-- | science/gwyddion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index 4d739fddfcce..1e06debdb169 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ fftw3.5:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-pascal --disable-pygwy --without-kde4-thumbnailer |