diff options
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 823d45d24a82..2a348e469736 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -12,9 +12,8 @@ COMMENT= Set of utilities to configure and monitor wireless access points GNU_CONFIGURE= yes USES= iconv tar:bzip2 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lintl -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes |