diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 17:58:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 17:58:03 +0800 |
commit | e428919b2404132b68752df523058c2bde564de5 (patch) | |
tree | 8ebd09ec3ad7ff0cd5db286a6a05c131be94fc38 /devel/libvmdk | |
parent | d7587c1ce1ad65fc9b36d5adc1f9171106116cc1 (diff) | |
download | freebsd-ports-gnome-e428919b2404132b68752df523058c2bde564de5.tar.gz freebsd-ports-gnome-e428919b2404132b68752df523058c2bde564de5.tar.zst freebsd-ports-gnome-e428919b2404132b68752df523058c2bde564de5.zip |
Convert to USES=python
Diffstat (limited to 'devel/libvmdk')
-rw-r--r-- | devel/libvmdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile index 1cb4734f400d..e9a6cd11e36c 100644 --- a/devel/libvmdk/Makefile +++ b/devel/libvmdk/Makefile @@ -15,8 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv libtool pathfix pkgconfig -USE_PYTHON= 2 +USES= fuse gettext iconv libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |