diff options
Diffstat (limited to 'graphics/libqrencode/Makefile')
-rw-r--r-- | graphics/libqrencode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 4e82ec74d699..3e75027c56eb 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes |