diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 09:58:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-30 09:58:03 +0000 |
commit | 60529af9e86c7caf70cf059d48c4772520eb7b54 (patch) | |
tree | 8ebd09ec3ad7ff0cd5db286a6a05c131be94fc38 /devel/libpff | |
parent | 44e5840f9d88bdbc80583c23a273914f094bb646 (diff) | |
download | ports-60529af9e86c7caf70cf059d48c4772520eb7b54.tar.gz ports-60529af9e86c7caf70cf059d48c4772520eb7b54.zip |
Notes
Diffstat (limited to 'devel/libpff')
-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 |