diff options
Diffstat (limited to 'devel/libregf/Makefile')
-rw-r--r-- | devel/libregf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 178b68c6cd19..88e8c5243848 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= fuse gettext iconv pathfix pkgconfig -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} |