diff options
Diffstat (limited to 'devel/libepp-nicbr/Makefile')
-rw-r--r-- | devel/libepp-nicbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libepp-nicbr/Makefile b/devel/libepp-nicbr/Makefile index e9575817d156..380e8f8ac354 100644 --- a/devel/libepp-nicbr/Makefile +++ b/devel/libepp-nicbr/Makefile @@ -36,7 +36,7 @@ PLIST_SUB= VER="${PORTVERSION}" .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MREADLINE} -USE_READLINE= yes +USES+= readline PLIST_SUB+= READLINE="" .else CONFIGURE_ENV+= ac_cv_lib_readline_readline=no |