diff options
Diffstat (limited to 'devel/libpff/Makefile')
-rw-r--r-- | devel/libpff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libpff/Makefile b/devel/libpff/Makefile index 9a798be69575..95d7491d6f0b 100644 --- a/devel/libpff/Makefile +++ b/devel/libpff/Makefile @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix -USE_PYTHON= 2 +USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes # Remove when configure gets LDFLAGS for python correctly LDFLAGS+= -L${LOCALBASE}/lib |