diff options
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r-- | devel/popt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 8d48c0653218..e99abf6b779c 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://rpm5.org/files/popt/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= A getopt(3) like library with a number of enhancements, from Redhat -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --program-prefix="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |