diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
commit | 5fe04d8b0669da3d0a41a607983f701889ad2ba7 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /devel/libevt | |
parent | 3b63eba367f6bace07c80d9475cce3d4a99998f3 (diff) | |
download | ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.tar.gz ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.zip |
Notes
Diffstat (limited to 'devel/libevt')
-rw-r--r-- | devel/libevt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 019a76ccd4e5..9c8b4f90af20 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -14,8 +14,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 INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} |