diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-03 21:43:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-03 21:43:39 +0000 |
commit | 999c5e4e75e6719784855333bd0bcf2efa92ebec (patch) | |
tree | 354bcaafb70d7cd1258979acc0f16011a20b1955 | |
parent | a1475ffafcf26dc466fa7a511af2b8c28e9df61a (diff) | |
download | ports-999c5e4e75e6719784855333bd0bcf2efa92ebec.tar.gz ports-999c5e4e75e6719784855333bd0bcf2efa92ebec.zip |
Notes
-rw-r--r-- | graphics/enfle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 038c5d844dd1..145a09f3293f 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -72,6 +72,10 @@ CONFIGURE_ARGS+= --disable-system-avcodec PLIST_SUB+= AVCODEC="@comment " .endif +.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 +LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/|${LOCALBASE}/|g ; \ |