diff options
Diffstat (limited to 'graphics/xsane/Makefile')
-rw-r--r-- | graphics/xsane/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 4a9441138265..b86a1edf392e 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -39,13 +39,10 @@ GIMP_RUN_DEPENDS= ${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app GIMP_CONFIGURE_ENABLE= gimp2 gimp NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_LIBS= -L${LOCALBASE}/lib -lintl .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" -.endif - .if ${PORT_OPTIONS:MGIMP} SUB_FILES+= pkg-message .endif |